Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-73643 (GCVE-0-2026-73643)
Vulnerability from cvelistv5 – Published: 2026-08-13 17:47 – Updated: 2026-08-14 16:44- CWE-407 - Inefficient Algorithmic Complexity
| URL | Tags |
|---|---|
| https://github.com/nodeca/js-yaml/security/adviso… | x_refsource_CONFIRM |
| https://github.com/nodeca/js-yaml/commit/3e5240f9… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-73643",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-14T16:43:36.799144Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-14T16:44:08.839Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "js-yaml",
"vendor": "nodeca",
"versions": [
{
"status": "affected",
"version": "\u003e= 5.0.0, \u003c 5.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2."
}
],
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-407",
"description": "CWE-407: Inefficient Algorithmic Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T17:47:30.404Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
},
{
"name": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
}
],
"source": {
"advisory": "GHSA-pm4m-ph32-ghv5",
"discovery": "UNKNOWN"
},
"title": "js-yaml: Exponential parsing time in the flow collections leads to denial of service"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-73643",
"datePublished": "2026-08-13T17:47:30.404Z",
"dateReserved": "2026-08-13T14:04:09.603Z",
"dateUpdated": "2026-08-14T16:44:08.839Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-73643",
"date": "2026-09-01",
"epss": "0.00344",
"percentile": "0.27149"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-73643\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-13T18:18:19.947\",\"lastModified\":\"2026-08-14T17:20:35.520\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"nodeca\",\"product\":\"js-yaml\",\"versions\":[{\"version\":\"\u003e= 5.0.0, \u003c 5.2.2\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-14T16:43:36.799144Z\",\"id\":\"CVE-2026-73643\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-407\"}]}],\"references\":[{\"url\":\"https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-01T12:30:19+00:00",
"cve": "CVE-2026-73643",
"id": "CVE-2026-73643",
"initial_release_date": "2026-08-13T17:47:30.404000+00:00",
"product_status:fixed": "18",
"product_status:known_affected": "54",
"product_status:known_not_affected": "946",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-73643.json",
"version": "3"
}
}
}
FKIE_CVE-2026-73643
Vulnerability from fkie_nvd - Published: 2026-08-13 18:18 - Updated: 2026-08-14 17:20| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "js-yaml",
"vendor": "nodeca",
"versions": [
{
"status": "affected",
"version": "\u003e= 5.0.0, \u003c 5.2.2"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2."
}
],
"id": "CVE-2026-73643",
"lastModified": "2026-08-14T17:20:35.520",
"metrics": {
"cvssMetricV31": [
{
"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": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-73643",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-14T16:43:36.799144Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-08-13T18:18:19.947",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-407"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-PM4M-PH32-GHV5
Vulnerability from github – Published: 2026-07-24 16:47 – Updated: 2026-08-13 17:47Summary
Parsing a small YAML document can take exponential time. An application that calls load() or loadAll() on untrusted input can be hung by a payload under 200 bytes.
Details
When an entry in a flow sequence turns out to be a key: value pair, the parser rewinds and parses that entry a second time as the key.
If the key is itself a nested flow sequence of the same shape, every level is parsed twice, so the total work is O(2^n) in the nesting depth. The default maxDepth of 100 does not help, because the time is already unmanageable at about 30 to 40 levels.
Root cause, potentially the: readFlowCollection in parser.ts, the restoreState followed by a second parseNode further down.
PoC
const yaml = require('js-yaml')
const n = 30
yaml.load('[ '.repeat(n) + '1' + ' ]: 0'.repeat(n))
With default options: 22 levels takes about 1 second, 26 levels about 17 seconds, 30 levels over 2 minutes. The input stays under 200 bytes and grows linearly with n.
Impact
Denial of service. A single small request can keep one CPU busy for minutes or longer and blocks the Node event loop, so one request can stall the whole process. No anchors, aliases, merges, tags, or non default options are required, and it reproduces on the default schema.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 5.2.1"
},
"package": {
"ecosystem": "npm",
"name": "js-yaml"
},
"ranges": [
{
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.2.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-73643"
],
"database_specific": {
"cwe_ids": [
"CWE-407"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-24T16:47:36Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "### Summary\nParsing a small YAML document can take exponential time. An application that calls `load()` or `loadAll()` on untrusted input can be hung by a payload under 200 bytes.\n\n### Details\nWhen an entry in a flow sequence turns out to be a `key: value` pair, the parser rewinds and parses that entry a second time as the key.\nIf the key is itself a nested flow sequence of the same shape, every level is parsed twice, so the total work is O(2^n) in the nesting depth. The default `maxDepth` of 100 does not help, because the time is already unmanageable at about 30 to 40 levels.\n\nRoot cause, potentially the: `readFlowCollection` in [parser.ts](https://github.com/nodeca/js-yaml/blob/master/src/parser/parser.ts), the `restoreState` followed by a second `parseNode` further down.\n\n\n### PoC\n\n```javascript\nconst yaml = require(\u0027js-yaml\u0027)\nconst n = 30\nyaml.load(\u0027[ \u0027.repeat(n) + \u00271\u0027 + \u0027 ]: 0\u0027.repeat(n))\n```\n\nWith default options: 22 levels takes about 1 second, 26 levels about 17 seconds, 30 levels over 2 minutes. The input stays under 200 bytes and grows linearly with `n`.\n\n### Impact\nDenial of service. A single small request can keep one CPU busy for minutes or longer and blocks the Node event loop, so one request can stall the whole process. No anchors, aliases, merges, tags, or non default options are required, and it reproduces on the default schema.",
"id": "GHSA-pm4m-ph32-ghv5",
"modified": "2026-08-13T17:47:36Z",
"published": "2026-07-24T16:47:36Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
},
{
"type": "WEB",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"type": "PACKAGE",
"url": "https://github.com/nodeca/js-yaml"
},
{
"type": "WEB",
"url": "https://github.com/nodeca/js-yaml/releases/tag/5.2.2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "js-yaml: Exponential parsing time in flow collections leads to denial of service"
}
RHSA-2026:60442
Vulnerability from csaf_redhat - Published: 2026-09-01 08:38 - Updated: 2026-09-01 12:57A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x | — |
Workaround
|
A flaw was found in Browserslist, a tool for sharing browser and Node.js versions. An attacker could provide specially crafted statistics data, which the tool processes without proper validation. This improper handling of untrusted data can lead to prototype pollution, potentially causing the application to crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x | — |
Workaround
|
A flaw was found in Browserslist, a configuration tool for front-end development. An attacker can exploit this vulnerability by influencing repeated query values, leading to unbounded memory growth. This issue can cause the application to consume excessive memory, resulting in an out-of-memory process crash and a Denial of Service (DoS) for affected systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x | — |
Workaround
|
{
"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.22.12 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.22.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.22.12. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:60441\n\nSecurity Fix(es):\n\n* browserslist: Browserslist: Denial of Service via unbounded memory growth from distinct query results (CVE-2026-73089)\n* browserslist: Browserslist: Prototype pollution leading to denial of service (CVE-2026-73088)\n* js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections (CVE-2026-73643)\n* net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame (CVE-2026-33814)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"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:60442",
"url": "https://access.redhat.com/errata/RHSA-2026:60442"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33814",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73088",
"url": "https://access.redhat.com/security/cve/CVE-2026-73088"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73089",
"url": "https://access.redhat.com/security/cve/CVE-2026-73089"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73643",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"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_60442.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.22.12 security and extras update",
"tracking": {
"current_release_date": "2026-09-01T12:57:58+00:00",
"generator": {
"date": "2026-09-01T12:57:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:60442",
"initial_release_date": "2026-09-01T08:38:17+00:00",
"revision_history": [
{
"date": "2026-09-01T08:38:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-01T08:40:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-01T12:57:58+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.22",
"product": {
"name": "Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787589196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Ac14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787572758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787572598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787572162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Af7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787570817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ab2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787676758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ad66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787574362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ac3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787668573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ad5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787572813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787575242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ae5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787676776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Afa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787744843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ac16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787572040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787722436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787571924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ac99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787571206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787572160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787741621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1787571891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1787722516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Acb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787741259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787741336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787571507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787676766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787572777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787589212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787575239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aacdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787572059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Aa5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787676802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787570783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ad7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787571865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3Af7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787573425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Af0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787572024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787676752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787575198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787572052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787572101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Ae01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787570912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787572099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787676772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Ab767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787571480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787571207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Aeeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787573528"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787589196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787572758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787572598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787572162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Af40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787570817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787676758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787574362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ae5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787668573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787572813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787575242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787676776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787744843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ace5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787572040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787722436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787571924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787571206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787572160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Affe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787741621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787741259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ae17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787741336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Ad2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787571507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787676766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787572777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Aa0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787589212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787575239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787572059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Abe9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787676802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Afab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787570783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787571865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3Ade65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787573425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787572024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Aae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787676752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Af35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787575198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787572052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787572101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787570912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787572099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787676772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Af42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787571480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Add5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787571207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787573528"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ab46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787589196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aeab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787572758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Afcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787572598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Ab29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787572162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787570817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787676758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ae88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787574362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787668573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787572813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787575242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787676776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787744843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787572040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787722436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Abc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787571924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787571206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ac330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787572160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ada030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787741621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3Ae795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1787571891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1787722516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787741259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ab90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787741336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Aea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787571507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787676766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787572777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787589212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787575239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787572059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ae166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787676802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Af2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787570783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787571865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787573425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Abd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787572024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Ac1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Aaf88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787676752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787575198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787572052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Aff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787572101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Ad39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787570912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ae9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787572099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ac22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787676772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Acb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787571480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Ac2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787571207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787573528"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Accf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787572758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787572598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787572162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Ab0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787570817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787676758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ab8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787574362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787572813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787575242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ab9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787676776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787744843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787572040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787722436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787571924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787571206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787572160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787741621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787571507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Ad961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787676766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Ae76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787572777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787589212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787575239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787572059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ab2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787676802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Aab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787570783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ab08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787571865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787573425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787572024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787676753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Acc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787572052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787572101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787570912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787572099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ad3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787676772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Aa6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787571480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787571207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Aaecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787573528"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33814",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:11.324941+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the Go HTTP/2 protocol implementation allows a remote, unauthenticated attacker to exhaust system resources. By sending a specially crafted HTTP/2 SETTINGS frame with a zero-value SETTINGS_MAX_FRAME_SIZE, the vulnerable Go library enters an infinite loop, impacting the availability of services utilizing HTTP/2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "RHBZ#2467815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33814",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33814"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://go.dev/cl/761581",
"url": "https://go.dev/cl/761581"
},
{
"category": "external",
"summary": "https://go.dev/cl/761640",
"url": "https://go.dev/cl/761640"
},
{
"category": "external",
"summary": "https://go.dev/issue/78476",
"url": "https://go.dev/issue/78476"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4918",
"url": "https://pkg.go.dev/vuln/GO-2026-4918"
}
],
"release_date": "2026-05-07T19:41:17.631000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T08:38:17+00:00",
"details": "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.22/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60442"
},
{
"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.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame"
},
{
"cve": "CVE-2026-73088",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-08-11T17:11:53.228719+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Browserslist, a tool for sharing browser and Node.js versions. An attacker could provide specially crafted statistics data, which the tool processes without proper validation. This improper handling of untrusted data can lead to prototype pollution, potentially causing the application to crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "browserslist: Browserslist: Prototype pollution leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability. The browserslist package, a front-end development tool, is vulnerable to prototype pollution when processing untrusted statistics data. This flaw can lead to a denial of service, as malicious input can crash applications that use the affected library. The impact is considered Important due to the potential for remote exploitation without authentication or user interaction, directly affecting service 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.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73088"
},
{
"category": "external",
"summary": "RHBZ#2514177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73088"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73088",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73088"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/commit/f9914ad9effc865ccc27d816255625890b31ca51",
"url": "https://github.com/browserslist/browserslist/commit/f9914ad9effc865ccc27d816255625890b31ca51"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/releases/tag/4.28.7",
"url": "https://github.com/browserslist/browserslist/releases/tag/4.28.7"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/security/advisories/GHSA-73wf-gq98-2v4g",
"url": "https://github.com/browserslist/browserslist/security/advisories/GHSA-73wf-gq98-2v4g"
}
],
"release_date": "2026-08-11T17:00:05.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T08:38:17+00:00",
"details": "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.22/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60442"
},
{
"category": "workaround",
"details": "To reduce exposure, ensure that the `browserslist` tool processes only trusted `browserslist-stats.json`, `opts.stats`, and CLI `--stats` data. Avoid using the tool with untrusted input sources in development or build environments. If `browserslist` is integrated into automated pipelines, validate all input data originates from trusted sources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "browserslist: Browserslist: Prototype pollution leading to denial of service"
},
{
"cve": "CVE-2026-73089",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-11T17:12:48.012036+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Browserslist, a configuration tool for front-end development. An attacker can exploit this vulnerability by influencing repeated query values, leading to unbounded memory growth. This issue can cause the application to consume excessive memory, resulting in an out-of-memory process crash and a Denial of Service (DoS) for affected systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "browserslist: Browserslist: Denial of Service via unbounded memory growth from distinct query results",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `browserslist` library, which is used across several Red Hat products and services. The flaw allows an attacker to trigger unbounded memory growth by influencing query values, potentially leading to an out-of-memory crash and service unavailability. This is considered Important due to the potential for remote exploitation and significant impact on service stability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73089"
},
{
"category": "external",
"summary": "RHBZ#2514195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73089"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73089",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73089"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/commit/f2931a3ff2a3a31abf84ef01a7400b270aad6405",
"url": "https://github.com/browserslist/browserslist/commit/f2931a3ff2a3a31abf84ef01a7400b270aad6405"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/releases/tag/4.28.7",
"url": "https://github.com/browserslist/browserslist/releases/tag/4.28.7"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/security/advisories/GHSA-c83g-rgw3-j3cx",
"url": "https://github.com/browserslist/browserslist/security/advisories/GHSA-c83g-rgw3-j3cx"
}
],
"release_date": "2026-08-11T17:05:38.760000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T08:38:17+00:00",
"details": "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.22/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60442"
},
{
"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.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "browserslist: Browserslist: Denial of Service via unbounded memory growth from distinct query results"
},
{
"cve": "CVE-2026-73643",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-13T18:11:25.926202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515531"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in the `js-yaml` library, where processing specially crafted YAML input can lead to exponential parsing time. This can cause applications utilizing affected versions of `js-yaml` within Red Hat products to consume excessive CPU resources, potentially blocking the Node.js event loop and leading to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"category": "external",
"summary": "RHBZ#2515531",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515531"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"release_date": "2026-08-13T17:47:30.404000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T08:38:17+00:00",
"details": "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.22/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60442"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict applications from processing untrusted YAML input with affected versions of the `js-yaml` library. Implement strict input validation to ensure that only trusted and well-formed YAML data is processed. If the application is exposed to external, untrusted sources, consider isolating the application or implementing additional resource limits to prevent complete service disruption.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:49ee39c3414c87c9228dd2309692045eb1db9183c4fdd14495404ded6e35fd56_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:555efbc2c6d906939abeb4695fb83b05075a25155c35fdd00e20362a67b23eab_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:57c71bcd94ddd5c47682e1fbd576efd6e14ce130c333ac686f1c42bdd6e70d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b2d1e9a2019c24b529bd8f380f1e3b6e729d564965e104cf46c26dff91c4bc7b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5fdb723ee9696073b5bc33b442660b7ea472e7f0b98c09170d400b4cbbea0eb7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b0439cea5e3ccd92884547fb3e3bef39a62d0b02ac121bed447c05fd35920154_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f40e2ae5ebd9e29c5d5456f0dbf625dd294035fdefba953709ef5f7594dbe992_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f7df45e3b21a051d6ebef948e319b4d27c5e851ae86d136b7d5b333011760d37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:93df40b046a8cdd8a18b293555677590b20107b6a8183e230d83c70a2d8cef10_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b8e9a799a76bcf988cc67a81585a572cc364403a2f68922cf4246aa4941e824a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d66813a200736155eb980dc03ebd92328a53022db45bde90a4dc24cafb91b82c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e88c5b56bf4731485794c6090beab57648675646b13ffe4cc60d4a7a2deff374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:0ede06f472ca1d018e94aedafaeef86a5fd99e4d99deab285383d4094461ff47_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5baaacd79fc3fc0745320a49b5011cdb84139634134d8c7a2e66492bc0bde3ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:da030293e0dd3af0d6ffb2f309283cf304d1706db3e392080b81d84eda5dff88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ffe2c0738198e95e5be885b4f3acf53d60e76956a6a97e4b381838c95294d5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:428b7995728aefee9accf4bc4268240ecfd0f959e212e494e6a15bc7f5e52a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4da759ffc234e479f762b0b6ecba623fc18b43446cfc58b989ea55a6126b62b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b652b38b1ac0354d92197125b3d94abb34edae2d82408e6bf64d148c6b7e360_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d961a56481be03cbaa42b5ed1bb3366548ad8e4cfbf271932afad1a36b2620e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:1466ed5cc5880fa9817cee8d72d36d57f9fd04005b5772d9ad7f290b37a6e0fa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:6ce3948ddaf2bc90828844c5f4529f00c422fedd79f4970082604b85f0bd6816_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d2808a74cb945300b7a57fe2ae0e8f873097b2ef23a526463dc36c1e1c4799b5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea4552b53e6a31eff8ec9d298cfc3c013ffc335b46f45517d7332bafbca69226_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:205ca5a8758ba92dbf620b48604ffda442e16433c7d4324e85f618768b08265a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7b7ba3d37ef3ed4a0fc2f5f6b978db8a5c04712350b1b9ca6ab400bbd995f8dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8e68d608ee821184ef295da76f47829c3c1e2e7ad77e0bc2b59af851d0e18f4d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fa7846efb5b41d1fd76f44ae0379e7a0da53c950ef0a0b884b4a54e0b48f0fcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:02c4c7f4dd20fa5a1b89502e1a4018d81cfacb0710c14eb28e4faaa1d48dc984_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1a53fc148d637b8178a1175f7568bf7654972c36b86cbf2e01e2c579bee7c621_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:343b9a28dd746ee69a935faa6f01d6973ae7f87bd5387031b8d854d21b233046_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8d4747907bea221767d92f4b8574b554d0bf9da5713107f78f956ba56aa3f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7173a8fadba39b22238b9351de28d9c6f7528da070c84407a748cd39257223c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:e795c861c78654c5f95d479e3840f2b7131be706e7eae05b07ebb4a6e1a383c4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:14ecb6a80f2f1f722fd5f4c0c04b1e85adab93aefa895d5f17fe134fb230cbfc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:2d80e3263c05646e1ad8d471ebe6d9c44ef1fabe6a935f5c20293da52bfe0a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5b15fd5b4180da6a3a611d6395b04bc8d7e91bacb4ac31fdd2dbf5dbdcb3dbe2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:7b90863ef792e78490705dd7c627a3a440887833017d4fb36e5dd5e531095e93_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b46b1c3d91bf46bf8f6c31861cce4e70e0d4d03e38f9829edab4d9db52b3c2b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3f26de2e33ec127c25e64fb235c107a8cf3a362465a3b5c2c553f1a8f65d8dd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:42fd494908fe4454eb06acdc9c21de430c08e3d747a6bdf34922d5e54f8786d5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4b8d52a5b658c02bfecfec6054d01321f448131aa1c8ac469e064821d215f111_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:bc1e80bf9f84fb79d77dcd269972f15e0e83d5b63dc91b19854e6dc767c6ea32_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:15b61adca1a4603de4a61bdb7fde88beea8e4986f7f7a46fe75460a01ae26737_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:8b013877ee1af120ba5cdeeae76ca2b9902dbc8bee9c3526120ece376d13e155_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c14f5c44cded2c63496447abdfc5cdd47de98f8319fe659189afdee3e63b4b90_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ccf00c54818095180f847d0c571115d16ff80a27b02b751346533c1f0cae9f5f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:47310856df0ae461f2d5ec8f149c79e93225a22a5181237bc17636de98be6dee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b1be5be290ae60872140a986c05dd1ed8eb46dbfca928ea30160921288e96ffd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b72d7b9c93dadb25faa9119794a699b597b9e14251f956709fcad27e5391d611_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fcf1c659924097a74c6507ccf13302714468840f81a8b1c0e55e23bb20dfde90_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0e245469a9ae087c8d1803b37c1d65acd65ea838471ed718a8de811451e8dfe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8374f79cd95f4bf83b08746cf5e5cb0e02acda0f65d93ca6cdf6cc8ea8e82098_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac0dc5606e8b1c8b5092989d2a17ed283c0eaa5a8a7829fe33a45ba207d96d6c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:eab7dd595cbb85ab765bd9e46e36493f051161d3b48e5f411b14417b09ae7a15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:623d060c1d9f32c80e559688fd858757af8a54a27a0ecde92c55f1e79f3d86f2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b90758b5993e51bd946d951d8489499b8c02ddcf827c32583871345bef6935a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e17e8019413e0942f3f3f344198cbdab6311e8e8bb2dcae2dbf82a991a7401b2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0b70b33d8622d228acb8a75a1df7759cb328cd4e4a72d1f3aeca6d25f7eb3075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:56a08b43926d283dbdbff63a8713833d1de340bfa33e75ac7796817e338c72a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cb5436ac95ab05de624c79d3f98aa468a44c7898fd3776df2f7e8ae3b1412770_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:1e6b1e0c987a60ee6ca393bde31f2dbe9bf65b4016e26cd811d3de3d8e7c9eb9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4970ff38c2ef362196b9340f3ab4b30ee2d8d667e67cadfd3fe11536da9d6d08_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:81fa0f50d241b404bb01293811b493825accba187d859b16c949a7e170b2274c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c99a2e4f1407c1fbaebf3a874a3c25866bbb833659db2e51de039d037ab3b470_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3443c097a6e9ee935e0255d02b21454959f7ea5493f44ef525229f51e98fd79d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:691bd48763452b5632b175c2dd4879c34e168d3af6408e9062f50eba9bd6a185_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7dd94c768aa79670cb7aa1c4ec59310f36e584d077c895cb8e9d5b3a7ac6c802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c330c6c8a87819cb0d25a7034c5ca6b432ebbfc83e59e352df6dbb0b2a895bfb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:39377d1d9328cb19e55ca7707ae873bb6d0901093a36c68acea03ca7f16d50c7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:734a27da2d9b3c4730c64f7d7cd2be869b6e37e1e36c580ff8a6f4ca5ba36f14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:962a06db4c4bc8b1d57ed3a7e9a265520031b51be7d28f609edc296f46a918a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d5b2fc293156ba2e901464ad36000d5ffb1ea7b90a73e9c6974ff4a87d406089_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:54c91064a7abddf2f16162ca69041adac5c67c34af4a75b41621ac0244beadda_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:77867c4ae50ad51e18d5feef2539eb407084b8be9a089605e469d3c4c90ed072_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:93a3e22c21bcbd0f220dc45ea4750bc75e5ef3e2252cd25087e1b6250a98521d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:95087f89024e2b374008474418bc0c75e77eb0cc8aeffbd45ef841c5a1e5e3f8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0c5f7a6e7e792a47ecdda559f6b4e840f5592b4c046115fefcf11208dd4e7aad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8eb663358818566497fc2c69432eb942b76970cf43e7e9a50b19e4590ba9cb39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b9e5158961633ff9b0985c203d5b6d4ade077057d6d6138fe3d1aed01c69bcda_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e5ae97c2742965060e083001cc61b6541be475e65efc61726bc6b29f484c74bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:512511f035035158735cc7fa37ac62b3d5856972d3658556b54b14df4719b685_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5fa7ccbf8c1478d53d5264a096a67a7d90169ee980f0d7ebbd16a599ab51aaa8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c16c62f136039eaf535ef4e3f6e3a5cc278fa49538e82f8a37bff89f641c2596_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ce5160c17429d7999ebe2dddc2456bc5b6b0e5d4a07c501f2be635e78ee7745b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1be3a42cebb361a1a63372e7b0c803befd61115e03515bd2569eb5b820b60591_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:69fad96cc7c5e858fa49222544feca8171896fb173994b5c4f4c1d9998cd126c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:af88fab301311fedf2184d31e3c7f8e2ceaaed0e8a1b1d8a75c79a950c36b41b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3794bbce185aabf11df1b88d49b8378ae41b4e9ee3afbb3493fc448ec6e0c82d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c3d36c81aa71893db86418c09324fcbf2f1e908b01f2e6d231d8976bad2393cc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e5fe557b575aba4f085adee94cdd18d708afe1227cd9b259f2df63de35ada6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:2332beaf564ec0b2c165a3e7abb2fb47093bd0d70d2ae1f8bdb4defe92d49597_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8e4c47799ea9862bad4f559cd54793bcaa4af33e397ad088647ecf40b563ba14_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:9545c6bd486abac95a210079c72d11ac6b0b1cf85ea09d45f6497400cdf8094f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a0248c2afcd46db8514cbe3190c8c5e1d916f1e4a3f26542c3da41f4a6b9f896_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:24658ea15adc03aceaf4c145e20afdc112eb9818ed262f2d52d59dc1b999aa8b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2aa31cfea8688ecb2602cc1450bc7f09065b84a05be3da1d3ae5055741843508_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:57b6f40eb3aa7a981f4033ab762520ddd0407b041b6e4d1f9af0afc83f5c918c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e76428127fb05bd705838ba284ab606b14f8813082a64f386e1da32df54330b0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3b4e310b322e4a0bc998f7e8a79f3819720ac30bfadd490b4531c0cca4a38e36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4830f8d08016560d9ce7b4ac870cfa1e3a784b2e4bc0fb20272b528745ff9b12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:50c563aad508c581675f3f26fac877c3b28732dd9f93cd98f651932cc7750165_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9b3a4a82c65f023829f7c4bbeec75dfc46b87692cdddea422e8431caaefcaf99_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a5c8e988d719317f03b597b58d78771110b182e5eb4a66c3d9ea63d55f21bf81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b2637d9f4fd3efaa3b8eb7f587305f98fb5181b2a6051a826e0026778246fa02_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:be9acfb824f8c19e344fd0a93f56f0cab3a34bffa57b3d8d00f28dd627262b81_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e166367c52047fbb975276eb78a238b275c399862f8300284af3dc27a6218728_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:46ccdffda4f26f065d9e9c7212c6d958e43bea8eeb889dc92e3d72572acc67c4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6e6af1bb6af5944c4c5e511de5bb1ec471459da71cebcf01fbf8c380bf309333_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:862dbc8d2cf9fb483cc31a28dc9d09fecf0693a25604859d5145049c15d2e526_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:acdea45774527d9736195ecd8d092a5056800ea95a14e13c67e87a7ac60ebb9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:38d20f6179dd8d0992ddde8b58eff8df475786f668d3c82635fde19350235016_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:838b5922e73a65f67f63baf8eaf1f25d524380d231407cd286a63e61715cd9df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:91a658a0bee12b671c063902279ba98665d6e9a8919e63c2dd0176e892734431_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ff64bd585767873de537c8eb4da6f20a102d4d3750fd3662c3dabf4c278b9c39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5990c5ab953014e497100c659a4d08c0595c968b3259899031fd2c2fb5a4c376_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5d827f3301c75505d8264cabf4d2a919599871dc65b09ed9267e629edecf7326_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9c5804a51618ff189ac09991d60556c24bd2676e91cbf3c4c86841942a1f0c60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29987078348d25cb54b4f8d4a4caa97abf34f601d12e8710636e0e026aa5b50_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ece3bda9b1cc651a7b1e05a6588747f46aaff0d066a9b8346b3afa831e9a686_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89e8813725066dcd97d2fdd7377c5567fb85b582d5cb274388b523900877d830_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d39f9948e81d554d9db3a1c943dd85de910a49b8e39a1073aa92548e9a962945_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e01005a641d0c484bd03e3cec09dbf2048f6ee1e95c1729ee22a1bfeec7c76c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:1fcbb2042d13385f61718ecfe3c239d4deb0be96c24aa751d0625036ca847d66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:81e1f74aaee41575f1277a9ed5f0c86af94e60db23d8e1b8fa58e0b39b877271_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:8d793ca1bf64980bfac82223eb66df92e8aba9833f9473fba48d512c791dd28f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e9c28f8ebad7c0a9c110f4000d0c433fcdb6a29797edae7dc7b894b92e45f5d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:15c2a4a9839a8ffec16a2269c1e6f29ca404b237a51ef23c8239dde46ab31fdb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:ab4fbb92f7a2d8f52fda52e6e1100212d64f4733b44e0c0f4e752b0374a488bd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f2aab17b561ae0de2d9ed1be5ef98c35542e5ab1a9d9b18ca636578caff187bb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:fab80eb9ad944d68d616fb4a95baa33c45bc97ca52604a557a4e888f4f6e4a1e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1bace01944d132bba79d23f8ba6a3b8cfd8513e36446c59a59aa445522fcffa3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99aba4a3a6e9d8391224ac26a799356ed5eb5099ff63fddff058a4010ce84576_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:c22c08733d22fde7721d1ccc90db0facea522dfdfff95e3614986f45d36ed18d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:d3f3e13775f25c558eb682dc879d9b290b08a855f01d7bb2fa04aecec21a4816_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6cc40a1269fdcadab4ff658d08e349701a3b6da3cece05a8a25bbfd8f5bfa61_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b767b624f1215590db5cc48b61f34e4e8e621402db2397e91263afc4a148e812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:cb9249322eab3d1258bbe18b89008218f551725de5c4a2f8d8cffbcb665606ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f42977d9a4c81549dd1b8bbc3931e1da86dc2a35ea9bc7d88ffd19f4e18bff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2a47579efa227410db43b2e6f18b87469f5797a0a8b7c2f74ac5a98b4e439945_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6fc9712523727eec348cf8cec71f94d35354841ac0722d408d72607311a4f231_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:b08da68e39271cf8a76c9b311f5aa1106d3bfd1f14018cd646095483c583795f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d7ab6940be50bc969c9234f5773ab2ea09641f08de927149d03294c3f9104f8f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b7c48a1567f098f6073f8487e7ef22d3863855748c6fcb9660ec1a8b3a1d23c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7e67e03b3cb7e4a30c8cd19d6e47d596b02c3238e50c6703d93c1e89424cc1cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:de65fd7291b4d6bdf0ff3c9b98405efd181091ade418740a0c6f658be842fa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:f7eeac1837fa7ca238c576100595eb8e52c81d80ef7a17e800fe53f84356c8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:312c7ada37df6c5d309392f1224b9e1467141f8f405e0ca6d2e50ba89c7491de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:801e0338ec1da68e281697899e8d9deda595a0a525b858183e096e5f2110459c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:aecbf72fc50c53f967dfd12d7de400e8323332d22f0c02e4c83e3fdd6c590d84_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeac6de64bf82ff0827b48c5b394a531e973be90c5da10bfb9967f6b9fb295f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:344e9e44c18aa51a14e0e23672ac02d9562396bcc742850ac7f733931bf9b621_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:67f2dcea7685d14e39eaa5cdfbffd780bed04df6bcd1500a111c07f888b00762_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c2931ffdf736f2ec8d56c6196c90a24e844b4ec95557142b1739cc56ddd86d1f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dd5fc3f43d532b20fcd57a39ac55c819cc97a55e8576bb6b233bdef8d42aaa67_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:4a7f5a53859b31852ff3013d760ab9436a5e856c9c7a8cbe4251293fca028319_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9f98f2432fc63727fff3c06fe8d329707e47edac2fcda2c9badb6f82c980656c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae845c4037aef85d29411f8eb5def50772e077ae60c4a4e582a4c29caa4e4b28_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c1de6521aa64ad5a07a1ed71eb3bdf3bbff30a6205cac7b33b7156edfea200b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1bc031dddda53776fb1d52097ba0a319b60b4992e6afb0729817fbfcb9340a51_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:4e5001db65195b6500c799643b190075e529a444a58abef691219db679ccb81f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bd35cb34c1493c17d8e3c295fc4f35db3cfdd5153e646a15d2d83b82adf2c861_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f0f5e9e4d054570438538e1efc7f238ad06d96542141173ef153863303e520e4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4588e64a3b532869de32c97b9956aabf01a104d0c735f8656f5d0057f2791264_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:573427ac096202a3b1f87c31c6b941ed19f57c2e87c36329e058498ad8ebaab3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f35e4c8403717878e9f3aa91f5d5dd0c689c8c86d2a21a4c89c438d121075b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:073e73c44d7a6fcee99b4b38ea6759cf5c3d3c96c666071af4010b7e46fd1c8d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3321850826c71d453bc2e2107b7e1893542a0ec006232c6ffc025db9d17345bc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:71dcfa39c95ad644b299acb1943bf29f3d9d242f70eacccce766d35ca35bd5de_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc48b638f72fabaad3387f4be08d8715c0de685ef534709ae4683c8f278f3072_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections"
}
]
}
RHSA-2026:60447
Vulnerability from csaf_redhat - Published: 2026-09-01 12:22 - Updated: 2026-09-01 12:57A flaw was found in brace-expansion. A remote attacker can exploit this vulnerability by providing specially crafted input to the expand() function, which can lead to excessive memory consumption. This can cause a denial of service (DoS) by crashing the application due to an out-of-memory error.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64 | — |
Workaround
|
A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64 | — |
Workaround
|
A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64 | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64 | — |
Workaround
|
{
"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.20.36 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.20.36. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:60446\n\nSecurity Fix(es):\n\n* brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function (CVE-2026-14257)\n* brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation (CVE-2026-69152)\n* js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections (CVE-2026-73643)\n* net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame (CVE-2026-33814)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"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:60447",
"url": "https://access.redhat.com/errata/RHSA-2026:60447"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-14257",
"url": "https://access.redhat.com/security/cve/CVE-2026-14257"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33814",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69152",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73643",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"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_60447.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.36 security and extras update",
"tracking": {
"current_release_date": "2026-09-01T12:57:53+00:00",
"generator": {
"date": "2026-09-01T12:57:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:60447",
"initial_release_date": "2026-09-01T12:22:04+00:00",
"revision_history": [
{
"date": "2026-09-01T12:22:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-01T12:25:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-01T12:57:53+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.20",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Aab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787736342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787735141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1787736181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1787736113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1787735397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1787735780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1787735292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787735172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Ae3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787735096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787735108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787737611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Af254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ad425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787735750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787738136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Adf57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787735577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787837308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ad65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787736227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Aca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787737112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Ad678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787760301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787735566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787768740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Aebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787836248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1787736326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1787735243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787757917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Adda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787758317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787735656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Aff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787735301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787735620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Af88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787738130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ad2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787736205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Ad92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787735903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ae22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787735784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787735639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787735087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787735114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Aa3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787735189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787738249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Aef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787735807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787735245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787735433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ab3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787735228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Af2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787735928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Aae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787735666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787735100"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787736342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787735141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ad3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ac25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1787736181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Aac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1787736113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3Aff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1787735397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1787735780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1787735292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787735172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787735096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787735108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787737611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787735750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787738136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Aaa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787735577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787837308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787736227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787737112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787760301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Aee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787735566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787768740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ab783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787836248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1787736326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1787735243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787757917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787758317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787735656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787735301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787735620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ad6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787738130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787736205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Aa7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787735903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787735784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3Aab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787735639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Ae83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787735087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787735114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787735189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Af5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787738249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Ab014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787735807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787735245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ac545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787735433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ae6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787735228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787735928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787735666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787735100"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787736342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787735141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Abd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Aa6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1787736181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1787736113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Ab1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1787735292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787735172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Ad394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787735096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787735108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ae2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787737611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787735750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787738136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787735577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787837308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ad601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787736227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787737112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787760301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787735566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Aec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787768740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Afd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787836248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787757917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787758317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787735656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787735301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787735620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ab25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787738130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Aba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787736205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787735903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787735784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787735639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787735087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787735114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787735189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Ac7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787738249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787735807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787735245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ae6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787735433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Acaa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787735228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787735928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787735666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787735100"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787735141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787735596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ad7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1787736181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Aeaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1787736113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1787735292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787735096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787735108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787737611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787735750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787738136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787735577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ab246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787837308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ae0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787736227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787737112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787760301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Aff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787735566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Aca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787768740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787836248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787735656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787735301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Af561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787735620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787738130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aedcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787736287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ae37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787736205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787735639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787735087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787735114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787735666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Af44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787735100"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-14257",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-23T14:01:26.376839+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. A remote attacker can exploit this vulnerability by providing specially crafted input to the expand() function, which can lead to excessive memory consumption. This can cause a denial of service (DoS) by crashing the application due to an out-of-memory error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the brace-expansion npm package. The expand() function limits the number of generated results but does not bound the length of each result string. By chaining multiple brace groups, an attacker can keep the result count under the limit while making each result progressively longer, causing total memory consumption to grow until the Node.js process crashes with an uncatchable out-of-memory error. This affects any application that passes attacker-influenced strings to brace-expansion directly or transitively via minimatch or glob brace patterns.\n\nNote: In the majority of Red Hat products, brace-expansion is brought in as a transitive dependency of minimatch or glob and is not used at runtime. It is typically only invoked during build or development tooling and is not directly exposed to untrusted network input, reducing the practical exploitability of this flaw.\n\n```\n$ npm ls --omit=dev brace-expansion\nnpm@10.9.8 /usr/lib/node_modules/npm\n`-- minimatch@9.0.9\n `-- brace-expansion@2.0.2\n```",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-14257"
},
{
"category": "external",
"summary": "RHBZ#2506433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-14257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14257"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-14257",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-14257"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion",
"url": "https://github.com/juliangruber/brace-expansion"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/a1bd33999ea75262c4749fff3bbb0d1372bd07b5",
"url": "https://github.com/juliangruber/brace-expansion/commit/a1bd33999ea75262c4749fff3bbb0d1372bd07b5"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-07-23T12:54:23.124000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T12:22:04+00:00",
"details": "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.20/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60447"
},
{
"category": "workaround",
"details": "Do not pass untrusted or user-controlled input to brace-expansion\u0027s expand() function or to libraries that use it for glob pattern matching (such as minimatch or glob). Validate and sanitize any brace patterns before expansion.\n\nWhere possible, upgrade to brace-expansion 1.1.17, 2.1.3, 3.0.3, or 5.0.8 which add a maxLength option that bounds accumulated output.\n\nAs an additional defense-in-depth measure, enforce memory limits on Node.js processes using operating system resource controls such as cgroups or Kubernetes resource limits (spec.containers[].resources.limits.memory) to prevent a single process from exhausting system memory and causing a wider outage.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_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 OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function"
},
{
"cve": "CVE-2026-33814",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:11.324941+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the Go HTTP/2 protocol implementation allows a remote, unauthenticated attacker to exhaust system resources. By sending a specially crafted HTTP/2 SETTINGS frame with a zero-value SETTINGS_MAX_FRAME_SIZE, the vulnerable Go library enters an infinite loop, impacting the availability of services utilizing HTTP/2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "RHBZ#2467815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33814",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33814"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://go.dev/cl/761581",
"url": "https://go.dev/cl/761581"
},
{
"category": "external",
"summary": "https://go.dev/cl/761640",
"url": "https://go.dev/cl/761640"
},
{
"category": "external",
"summary": "https://go.dev/issue/78476",
"url": "https://go.dev/issue/78476"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4918",
"url": "https://pkg.go.dev/vuln/GO-2026-4918"
}
],
"release_date": "2026-05-07T19:41:17.631000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T12:22:04+00:00",
"details": "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.20/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60447"
},
{
"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.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_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 OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame"
},
{
"cve": "CVE-2026-69152",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-03T18:01:13.566423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that pass user-controlled input to the `expand()` function are vulnerable to this issue. This flaw can result in an excessive consumption of memory that eventually terminates the process or blocks the event loop, both causing a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it 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.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "RHBZ#2510722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69152"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d",
"url": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac",
"url": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf",
"url": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031",
"url": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895"
}
],
"release_date": "2026-08-03T16:33:36.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T12:22:04+00:00",
"details": "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.20/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60447"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, do not pass untrusted input to the expand() function.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_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 OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation"
},
{
"cve": "CVE-2026-73643",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-13T18:11:25.926202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515531"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in the `js-yaml` library, where processing specially crafted YAML input can lead to exponential parsing time. This can cause applications utilizing affected versions of `js-yaml` within Red Hat products to consume excessive CPU resources, potentially blocking the Node.js event loop and leading to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"category": "external",
"summary": "RHBZ#2515531",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515531"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"release_date": "2026-08-13T17:47:30.404000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T12:22:04+00:00",
"details": "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.20/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60447"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict applications from processing untrusted YAML input with affected versions of the `js-yaml` library. Implement strict input validation to ensure that only trusted and well-formed YAML data is processed. If the application is exposed to external, untrusted sources, consider isolating the application or implementing additional resource limits to prevent complete service disruption.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_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 OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36fb8e5a9ad6a5a213de85780181f4a7016c43880c7df65fb88adfc53706a555_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:621f414ca592cd9148aae284cc7c577b2a82850c091809792890a2aada0a612b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:6851aa6e66c8fccf328b5bb153cc6c71ed85ad6ced708d2d3f3bacf6c4121be9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:84a8417d9477a03bd2abc1d496132e633028daeca8b6cf724197da12e6c12a9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c0a280c7c9fa443d544937718d9365afbbd7065da9da59454f12e329f7181b8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:90af45fa59011cb7a438f3f3c904eceac31342d79012aed0ebdc856b01851e84_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d394712e29499f8818be670d95f49813caa256c7aaa49d146c9a0cb3cd449fac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e3c13eb13c4586557f9df39654824e7a21471f5a44c15b8ab41f6ab793fdfa02_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:1297a3ca220c6b5866a517fc45f39605d6f3a0b331a232fda83a33db9c3d0174_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:3c7d80b9b6e44149d472fe9d26f08bb9de7250e72ddcba4594a97a486ab2d5fc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:56c03171f40fa94c97d68b21f98c6a8443c91b7d5525fe2e3cb12640c7631171_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e2ccd343cb3e45b0d2e4f8ba31c874adb0605043e6a38cbd8e4f997e56a32fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:7fabbdc6f9d45b393b7dcafc2cdf15a84a45b501c4c658eb44db70c368186e7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b783aa68d8d8a08c0902723def71d8567e5acb2fae5f6b5587e4c645364b2bd1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:ebf922459998d268ee60c6e5e48d40f1ec6413242656e30829a07e4f9fec14a6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fd14776c3efe5e0757527c426855622de7f284273c9bdc1b152c567ac85e99f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:08f0cbb1d3abd5fbc4aca97b0bd8d8e8f32c665b4528b3d104976b6e9dd7ffe8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:15618861e603bdf7ed51a6382e6a49f9fd4835f3df2ffbd4163b7eb3c2c07210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:3ffb8ecfe4c86bc1b39b55c55ee062792ce54881375378fce61cc6cd1ed52587_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ff053a08c405c164f257263276f427169232dc125e2a71e161f592004193ab9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:243725e2fe49a34563940e28b21a3a713fd2a25c7a387ca72dc5d5dfb991fe1e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:41b4c51a89a47bedb7c90b42e862f605eeebc5a7ec8e448eb5d800664652c38e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:8446fa50a857052d8d4d82258c50ade616799a047fa279f6515b96672cb2156d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/metallb-rhel9@sha256:94260e2db9a96efdd30a77d88d62c8688d4ce64d15af50461163d348eee42420_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:256a927a8ff47b0fcddde553b4eb53414c2bef2814bc2d67db41612b7cef74b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6a65bcafeba516b33af1c13a5ab19b29e395d593c0ea0255bf2cfdd6b6788cd5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7140b69763968d5dbcd77372b5f5e4828cd3d989c6659176bc6c54b0193b7487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b246162305af474f921a8a2630d79a2de7dde97bd1b044c9ba3e6590cff95cb6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0b8bcd85734d73e94d676ec61f8075426902a3c381c6a6833a968e171e6c7089_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:281f1b435a87e6cdbce95cb6a47392fd7eba446198622fbb5b75e5cec17b3c2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:47762ce46a684b60bbb5895e4985bffda65476f2edcd6d807eb85ed76be92255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ca6608c7ac1f6befad3f3704dcb0c71a842e1fc287d895e75873249c94b7044e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:35212b2e9a0e4a3e093f4209ee16f6b758300e34b423a46826729c77f59c20ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:679d9a9bb8e82fb7b464455c06dbb9cdd45f4b8576898edd27ed57e1c4c1bb4b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:124e6fbdc30a06c2cda84185a0952c15bc8e57156497cde72f18674cb8281f24_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:7aa0fe52f5e273b60d6f0fbdb55a78a5be5e8f32ee3f469146825532c92bdcfd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:374b6f7ffe464aeafcf054f94b3d68a50e6f8053671587b8a8b5ac1527823dec_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8e8b8c035e1bc874fc6da6b6b95a2053978c635aa11910e7a43e7dd7a28ed764_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ab160707ebe9588ff6c6ae7d2bb0fff8b6d2bd22296f21d214ed7a41640e1bf1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:0a6ff28f2f7cd76331f615b5942726954fad83acbc58ffbf5ff7a9167a1d103e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1a806be5d6a01554af76a29158c546f4af8c47bbcab549c8bbde15455697ce7d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a287c2a3f2ccba61080a393c5317942ee04a16683d570971ae7685deaed87d0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:d678e4fd7c01672fa61dc05168d9234a06e0f9790b9c0f7d39931eaeb738338d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2ec438a2a65fe1defb5c5f9db9c7ee4992b6dbedf930b660ef543fc49bf34941_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3219ead296f7b6c6c177f26a9c9956e992e0a4e24ba684f8dd2825c67f5da566_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:59f7967bb5fc67d7c83f3f877f2c5970b8d43b83fc08f5c496b146d501cbc603_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:69f4c8f4f454bb875220d9fe4024f917841e900edc6a78221d041bd6d843e102_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36ffa9fb5d5109b343533a44c4e2473398a34067c2eda4dc9688d2e724bf0091_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:40ba821b7b828e9315eafda95a332bec389c87b1e2799bc8800fcbaafc7cf698_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:bd87045eaecd9f5517c0b0de6a9e7e7e99c6b00833a4a543648ceb8622b97fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d3abbe0577a8b22d5bd88a7aa31ce4eb7049d29428b2f2d19cfa6f994963fb3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:02309680a7198a5de27fb8f86e8d3c006809551abf501bb87bd0d810c70e4505_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:1890b96ff4e559fab147726bc0d3bb4df2130689335a65958cb3d7134b49b0df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:575368716abf8a9ef333921069465eea647e2e8e1648a691554bfc5656684ab0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9e92944c1104d3d380ee76c1b5f5732e05b1a2b8d513a40385ef9ad412d628d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7c0d029f89f9fd99db9cb50b3457652fe11cbdcfa2b4f4c767b2cb9597c75792_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a6fa6b50b224b933dffa352fe7cfadcef223cc9072403d9d3a159cca037bec75_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c25eb99fc9497c5c7aac0b0a7f608ec751072f47caa566d1baf42924254b9baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7c49dfface28ef06282555aa605f058730264a33473f40b53832a155db954ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:048dcc6133f187f00c86e451254e8572e2ccfd5ddb3952ec7ff174961cb994b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:82969bdda7ef91b406d003ffdc15690458eee7f92eb67ac4e75f68571538cc7c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:ac34965aa87db6e628fe5a2458c3e81b393e263e0a31431f8a8c2f6503024282_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:eaca268ecc58f2eed45c967ce88b3c3171b849d058f92579d4fb96c85a2487ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:520a309f4857e7915d9aa79e0b30a318198f3dcd862b67db1c759d774c2c31ac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ff018d5d9d3e26ed3b0030c2a3d61bef650892a9594700819f234cab8b839ddf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:3ed152254e14c57db47d7b624549660d8be686e224c7cb7e71acfec2a1fea894_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:9275d991e050f7df0b55638a4d5b7275871e4d6b5a5ab033c5ece4c66600d932_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:52f00b51ade77abf6a30b94ff757517145e2fc4cefccfe6c6832f5b5ca9ef5ec_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5ea457f7ea7fab45282be87c61cdb50b46cba498dd3ada4230adf8efa1a13c6e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9fb73e2270dc547d2bb80956a8757cc1bc15cdc2dfb7d44b5f000db70c535b5b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b1fad21cb60571a5fbc71a58e14220e437643d69f6a4d32b45cc88f48e4ff8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4ffdcb77f07b64367350cab3263e67d439abd4a3287c8c890fdebed6aff68856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:663b1dc59ee138b41fcf0a94f5536632ece256d0b41e5c364ca5cd01e90e5427_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:dda5aee698a0300f10d0be4b204f217441eb8379f80ce1b283c71a3602b5ec67_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:0838e2707c64f97db8639b4e4798a23e19eab715ac027f38c3b5980b07eb1103_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:1ad90d7294ed1dcd1c0a9a6c84b97fc2fc237703771c76d7b99e760b9bd7ea6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5fe37286830abe377f3a9e6f18e4204b7a12bf26d0a669ac80559cd7922edaf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5a396a793eaf671260b3982a298472ecee8d61fd6148dd759ac66e8f8240fc2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6ae9154f99ffdfb61cd845b629c74bef20177db1b85102bbe63f8463879cdf56_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ee05f92f03d934d45c531f9ebb7c4907bc0d58ddcc71f6970c509b1862e890d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ff55bcde0b5bb10b0d1c794c8261376a0de5290f9b80b0628845d8be0a199127_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0d05ab2862f901fa3af3a6cb13867c828390e510bce82afcf6e1d8da38221606_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:119100498a70217261290f1ae40fd40d0fae1ce26e9366dcd233aa5f954d1ef2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ca78492d1d3f9f4d52073f9ccfbfae5f69a81f931ec63f3de9fb6095c882466e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:ec36586543e6874109a609b77ab54d41825063451d6a5978e848eeb4884f6e2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2cbe9c41a893fdd7c3b1c14b9a08d818cc9a36e30f42d8dbec3f9a5a96118232_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7bd47c250901923acfe0daccac2cc3819872c13e1595e35e622ff1d0eb00fb9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9dd445345788648e1d92e4ea16d59395688761f8049cb3c1f0625098b2ce81c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d425aaa4668bcc9c68d9c619d6909ed5da956d23013656895ba937d46a58205e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:208307f5a8d6bcb1289cf59c178e0d270c1729289cc63d13c658d75a7026a924_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2fdd4919fcad5d8e5bc5baaa0bbe2ef7cab010205dcaae12f6b4341be14cef0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7c6928d23640a4d4de376420ac98d0a86d7848c7422e9af38b15796973b509ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:963a1a56ce2812287970ddea1fbf4b33a7981ac5ecdb242e387d04705a8d5dad_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:01d1282748ccd8fca64853df233dbb41031066e6c23898f76d7eb2e93c019e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:3e0f34368733eb13033296a9d7cb7df9eb7889435a86b05981888c44bc97f9db_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:aa7c48fbc4834014f46fb0de9973c557de0916396cc06e82804d3d94edc80844_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:df57e4551d637961774fd891e82b4fb4ba726f879b304425237caed01c123a59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:026859c7c694e60a8149313d85fabdff5f983f75e86a13bfb5574e8caac58530_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d601f8e5428c98eb447aa9c4923c2291db9918ef0968c9e3e35690164c9a9d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d65cfac3925a15270ec9fac11c8a1d4907babc7786b5667fed0e738e2e92c660_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:e0d41836a6e141fe3952a5d6add9c12c7e3392f4ca1846d393df46765c6fe53d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:382df118692e1daabc10ce9c30e195752976cba1345b8ad0fee1441e4ca22030_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:97d17a9a2a08b33f1fc6cdbac34610abc8dec101cfc9851e12051f395704d3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a3bef643ad7738003cb567adf87d9ef709c31779154d639baf7bf61adc586d47_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:4f5980b5d8933cc4619c96cb092cf7d8f8bfeae7e5dc5ce10e9260bfeb0e9886_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5312734061c23aa0c13646bde4a03c0d5f8857498245d63b3dd3520c0416d304_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:f254804b80a82c3eefc1b9847b46a6fb4e9554f3dca5c7a579f83e74c019aef7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:549261a0f7f41966042c477fea4c4210e21f21e35b8effda08bd708e3d54671f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:990bd886025c804eae760d20de14241d14b6db41aa9380d089b09d8c662c7333_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b25fa6c1b65b4aeed9be6fc8e21414a90dab3cbb10a93e1179e8176ab5977d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6564956d7d765395d8bada92099bbd8f5f4ff8ceb7ced48f9adedd60651b882_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:2d3dea1fa8d1a5b5f8185c1e5b44a025399700c78e7f47080deb6963049c4ff8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7caddb443f5113737261561403c6b7f0b4f447502ddb57256445a3ca0403a0d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:9e2f66c1c525d6a3af172a3df273ab21cea37e0f4b5b614da08af9a7bdc38b9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f561a057121b2a90c479732eee7250538d00f7623441d8ad39eef7fb8ffb125d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10ccb631ce9147cad5b41c1d73e7a0411b22ee5445713a9a00d95ff4a908ad6f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19246143015352b52eb15dc9832f13f82d592df0a01b5a4575a22be04fd3fd34_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:98ffab935e54fdb122279432af1fc541bf4718a4716e8b0b67862fbc0011c40e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f88951ac6d52b73ed4ba2f82e16104662a5bdc6b1c2f8e11eeb563d889336c11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:293cf8f84b72a2680d3b545f0c671a84a4d087506273ee10518184c2205ca067_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ba193586f102bc668baff05e4c7db48afb11b620a1f6aa1f1d46d8a557594f97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d2b256963635800f2047fc4ba4743482ce5ae0506a5528d44d8c2f8bb9b089a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e37f645366787b2ab2b271980708a862a6b7c29537b2235b1815bf8ed5a5a6f5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1127c6848fac48bc39fa292b45d3dc7eb072b354e2141fbc80d1f56b625acddc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2a75c29347481d378dfd0fba853cb81b95267f844bf7d94523b472b5a35b3005_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58876580a6bd37d7098e9c4bd2ac6194385f6a03f0122f485761529d7f05e493_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:edcc0eab72cf184b1dbf97a9db37684135af01034be8100f42485d70051e24ce_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:55f49675c7be996fba40dd1fef8ab3583dfa131632103987065a46e03ee3da8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:9df7a39e1d8d343d45754776edb349ccde5a4a2b109edb1d6355fd66c59e8417_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:b014a91254eae776901f934c35d9d0fec3cea6c99f0cd0e8b3c1c02b0cebb1d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5b6485cc1b7eb3c6252dd7911500dace90545590287d86971648f2a691cfa546_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7ed744dcee25a3b565839fea38a92f8ba37d6472f62a95d3d867a9a88c6c9454_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:993cb5dd7ddb600b5d7ad9bbdc2a34fc58b0e93d9a601e024b9b7fa96693c3a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:603952ff718563c233c2c73e199a40094a7c339195f81d9d8680036f6974ab41_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e2a1692bb05fbd4292008b759c3db95ec211cd833514c0eaef8aab23c41d8e5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7f180f4e5cd78e102e64dabb2bdd2a18cdd8742dedb29c78b1b30adb0a85b340_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:4099bd6698201a5e9c31c5989d50b489e617d3b127e3264b30dcded7dc0147f2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c545a2e2d5e953ea96b945932c2715bb572aa71972d5c5ba4098880d603e4bb9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e6fedeb25874bf305c749fe7b8c418184e6b21fbf64b0c4e5559d53c896ba794_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9d6d53cc4e5dc6ae67a9432bd68d73d6c6929624775d0aafb01f5d449a52eeec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a7a0bdf2dd766b93def46f1d215c72045033920cb94745c915d6a0e2a5564383_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d92bedd2cff00bb32bc310f7dba7c4b6db60faa0ee97c90e820557bbd646a3c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b3461d4aae6c66b8c10a3558996aa0ebadd2690871b04a16092ca1dd36d7b1c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:caa39c6b77e325274410ee3bb2172b87be52b7ccaabccdd8a9274848b1772f61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e6bec306b413741869f4270eca8591430a30585789f53f295874b448a692beb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:351b863c188b6fb3f4deeb8968e2beef5c74cc448571dfdc026097db296e16d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9d36c15d3d37b8b7e4ff849468587194db0bb30b0df89a9a537d00de4a230398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f2ff2817adc82e475188bfbf8fd886b914e53e26b5b911fe7ce9419352e96eb0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:076a303e14d2c012f91fc51d4d154623ccde804f01cd3c14fb2a6e17394ced28_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:285c7e5d600623df112f27de9274e13888dad663b828f534fb26f8316037c798_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e22d719f57e00b1e073fede26988d969fb20a667b9b78cc1e5453fced239b2c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:50c3703e0e30310fd5001dbdcb91d9971e784194543d1d98dc6e148366effe44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:72e8c76794fce2cc8ea5c389745e2fb3648bf61a103b6575822398ed23013434_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:7cfa82afa51a18f2570d6061d9458b6edb0d1299a48a22f8f7af861d7a6b36ec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:ab286a2e2b4e29e12de8c970e24bea51458cf1991b9b9790fe31eb4691f19c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:06209988c7e0630da372f46343f3f7bbcc929587fdc971112ccf204a0f3597ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:7887d72c45ab16b4d8faf5d84fa071c14dcbf175c9d5c82c4e187948b8f3419f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8dcd784c29df7c238fe73237194cf7ab62e6f5a6bf97c7ffa2ec5e7a36996451_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f44b7ae0baee9671ad91eda55fb1e86f2bea1d7677bf91a83436baabad6531f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3da48be9813281db7bef41950a06f078029bf40b40b06b65263e280a5573eccd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:42733f69ffa24260527a34b196275619bbd34518a74fdbbaced5e7733b525e75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57972c309a3161b812714195e4f700022aeeeedd37960084e24c81d48ad1dbed_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ae16bd5a8d4156ed451e99a14943fcb4686baebca56202acef7b6ccd35388de1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:457be0ea3a049a0f3b361e804d4c39042c24c2ce72f20f825f1fbf45aba33032_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:510cd0b9d4df6afdc5a8059158d007f3897df108ec47bd9ae2f1c6e6762eb63c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:575e61a0b589f27feffb5eac87db0386255b41833ee6c0e5b48fdc17ecc328a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8788cd9d2628c0378194c57ce9e2eba1533a5585be4c73140dfa79db4ce2b22d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:1b744496897e901ff9d3be362dafacb47fa704d61ce1fb4638e729a40b63b8d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:5031129751af45efcc733191ab320a873859c8dae84b1bb4dfeaec92f05c0b29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:75964ddf0f52d8f77a3fe40c2430f17f05089558bb248152e4d6e42e8aa6befd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e83ae87f54ecd08eea83ae7e44cbdabb495a65ef879e6b6750cf5b973ee1ea95_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9329ff96f5eff49db1a56b09b7606ff6cb34d87a5b1fda9675b3db2cfdcf865d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c7d0c34eee9b0387a516a7242aab6041d4dace59060cb387364a444665fe99b3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:f5a157055240b4c2a68df4740723ab4c46c0d1230bbb9c2b4b26ecfa9065c83b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2765147683d1cd9c939e6405b7f8c15be14a2b581eaffbd56b49f4edc3f3a98e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:79777bfebb57a17be006d3143b303c05eedae64ebe1966d96e608df3c94e780f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef46fa2f133b557f938257c52a1d3535eed566f4c4a0ac8f9a27a15ad243728d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections"
}
]
}
RHSA-2026:60478
Vulnerability from csaf_redhat - Published: 2026-09-01 06:41 - Updated: 2026-09-01 12:57A flaw was found in brace-expansion. A remote attacker can exploit this vulnerability by providing specially crafted input to the expand() function, which can lead to excessive memory consumption. This can cause a denial of service (DoS) by crashing the application due to an out-of-memory error.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 | — |
Workaround
|
A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 | — |
Workaround
|
A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 | — |
Workaround
|
A flaw was found in Browserslist, a tool for sharing browser and Node.js versions. An attacker could provide specially crafted statistics data, which the tool processes without proper validation. This improper handling of untrusted data can lead to prototype pollution, potentially causing the application to crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 | — |
Workaround
|
A flaw was found in Browserslist, a configuration tool for front-end development. An attacker can exploit this vulnerability by influencing repeated query values, leading to unbounded memory growth. This issue can cause the application to consume excessive memory, resulting in an out-of-memory process crash and a Denial of Service (DoS) for affected systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 | — |
Workaround
|
{
"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.21.31 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.21.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.21.31. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:60477\n\nSecurity Fix(es):\n\n* browserslist: Browserslist: Prototype pollution leading to denial of service (CVE-2026-73088)\n* brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function (CVE-2026-14257)\n* brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation (CVE-2026-69152)\n* net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame (CVE-2026-33814)\n* js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections (CVE-2026-73643)\n* browserslist: Browserslist: Denial of Service via unbounded memory growth from distinct query results (CVE-2026-73089)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"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:60478",
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-14257",
"url": "https://access.redhat.com/security/cve/CVE-2026-14257"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33814",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69152",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73088",
"url": "https://access.redhat.com/security/cve/CVE-2026-73088"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73089",
"url": "https://access.redhat.com/security/cve/CVE-2026-73089"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73643",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"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_60478.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.31 security and extras update",
"tracking": {
"current_release_date": "2026-09-01T12:57:57+00:00",
"generator": {
"date": "2026-09-01T12:57:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:60478",
"initial_release_date": "2026-09-01T06:41:15+00:00",
"revision_history": [
{
"date": "2026-09-01T06:41:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-01T06:43:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-01T12:57:57+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.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Aa620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787556096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787589122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Ad27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ac9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787562414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787557424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787556177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787558367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787559180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787555643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787556195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787558838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Af45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787562075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787590372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787555837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787556445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787557548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Abe83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787557893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787556039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ad70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787589152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3Ab4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1787556463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1787555568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787556229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787555676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787556015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Ab94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787557221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787556207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787558836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Ac5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787557642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787562828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787557400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Abf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787557223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787559214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Adc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787557060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787557987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Ab73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787555548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Acf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787558756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787556797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787556098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787557664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787555897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787555756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Ae1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787558322"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787556096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Aaff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787589122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Afd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787562414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787557424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787556177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787558367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Afbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787559180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787555643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787556195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787558838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Abe932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787562075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Aeb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787590372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Af1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787555837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787556445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787557548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Abc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787557893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787556039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Aadd05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787589152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1787556463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3Abdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1787555568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Af491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787556229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787555676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Affa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787556015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787557221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Aad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787556207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Aa3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Acb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787558836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787557642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787562828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787557400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787557223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787559214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Ad4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787557060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Ac21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787557987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787555548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787558756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Af18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Afb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787556797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787556098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787557664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787555897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Ad314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787555756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Abef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787558322"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ae325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1787556096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Aa718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787589122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Adb2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787562414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787557424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787556177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787558367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787559180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1787555643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Aa4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787556195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787558838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787562075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Aa03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787590372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787555837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Acffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787556445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Ab6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787557548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787557893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787556039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787589152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1787556229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1787555676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Aadcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787556015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787557221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Aba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787556207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Aa23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787558836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787557642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Aab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787562828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787557400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787557223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3Afd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787559214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787557060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787557987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Ab6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1787555548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Ac15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1787558756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787556797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787556098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ad3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787557664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ae06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787555897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787555756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Af29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787558322"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1787589122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Ac31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ad98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1787562414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1787557424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1787556177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1787558367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Aba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1787559180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1787556195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ae6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1787558838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1787562075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Afd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1787590372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1787555837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Ab827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1787556445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Aed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1787557548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1787557893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1787556039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1787589152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1787556015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1787557221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1787556207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1787556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1787558836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aa41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1787557642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ae03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1787562828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Ae4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1787557400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1787557223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1787559214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1787557060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1787557987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Ac63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1787557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Aa7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1787556797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Afa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1787556098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1787557664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1787555897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Ab6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1787556214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1787555756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Aa11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1787558322"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-14257",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-23T14:01:26.376839+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. A remote attacker can exploit this vulnerability by providing specially crafted input to the expand() function, which can lead to excessive memory consumption. This can cause a denial of service (DoS) by crashing the application due to an out-of-memory error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the brace-expansion npm package. The expand() function limits the number of generated results but does not bound the length of each result string. By chaining multiple brace groups, an attacker can keep the result count under the limit while making each result progressively longer, causing total memory consumption to grow until the Node.js process crashes with an uncatchable out-of-memory error. This affects any application that passes attacker-influenced strings to brace-expansion directly or transitively via minimatch or glob brace patterns.\n\nNote: In the majority of Red Hat products, brace-expansion is brought in as a transitive dependency of minimatch or glob and is not used at runtime. It is typically only invoked during build or development tooling and is not directly exposed to untrusted network input, reducing the practical exploitability of this flaw.\n\n```\n$ npm ls --omit=dev brace-expansion\nnpm@10.9.8 /usr/lib/node_modules/npm\n`-- minimatch@9.0.9\n `-- brace-expansion@2.0.2\n```",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-14257"
},
{
"category": "external",
"summary": "RHBZ#2506433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-14257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14257"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-14257",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-14257"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion",
"url": "https://github.com/juliangruber/brace-expansion"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/a1bd33999ea75262c4749fff3bbb0d1372bd07b5",
"url": "https://github.com/juliangruber/brace-expansion/commit/a1bd33999ea75262c4749fff3bbb0d1372bd07b5"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-07-23T12:54:23.124000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T06:41:15+00:00",
"details": "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.21/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"category": "workaround",
"details": "Do not pass untrusted or user-controlled input to brace-expansion\u0027s expand() function or to libraries that use it for glob pattern matching (such as minimatch or glob). Validate and sanitize any brace patterns before expansion.\n\nWhere possible, upgrade to brace-expansion 1.1.17, 2.1.3, 3.0.3, or 5.0.8 which add a maxLength option that bounds accumulated output.\n\nAs an additional defense-in-depth measure, enforce memory limits on Node.js processes using operating system resource controls such as cgroups or Kubernetes resource limits (spec.containers[].resources.limits.memory) to prevent a single process from exhausting system memory and causing a wider outage.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function"
},
{
"cve": "CVE-2026-33814",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:11.324941+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the Go HTTP/2 protocol implementation allows a remote, unauthenticated attacker to exhaust system resources. By sending a specially crafted HTTP/2 SETTINGS frame with a zero-value SETTINGS_MAX_FRAME_SIZE, the vulnerable Go library enters an infinite loop, impacting the availability of services utilizing HTTP/2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "RHBZ#2467815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33814",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33814"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://go.dev/cl/761581",
"url": "https://go.dev/cl/761581"
},
{
"category": "external",
"summary": "https://go.dev/cl/761640",
"url": "https://go.dev/cl/761640"
},
{
"category": "external",
"summary": "https://go.dev/issue/78476",
"url": "https://go.dev/issue/78476"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4918",
"url": "https://pkg.go.dev/vuln/GO-2026-4918"
}
],
"release_date": "2026-05-07T19:41:17.631000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T06:41:15+00:00",
"details": "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.21/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"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.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame"
},
{
"cve": "CVE-2026-69152",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-03T18:01:13.566423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that pass user-controlled input to the `expand()` function are vulnerable to this issue. This flaw can result in an excessive consumption of memory that eventually terminates the process or blocks the event loop, both causing a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it 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.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "RHBZ#2510722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69152"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d",
"url": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac",
"url": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf",
"url": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031",
"url": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895"
}
],
"release_date": "2026-08-03T16:33:36.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T06:41:15+00:00",
"details": "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.21/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, do not pass untrusted input to the expand() function.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation"
},
{
"cve": "CVE-2026-73088",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-08-11T17:11:53.228719+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Browserslist, a tool for sharing browser and Node.js versions. An attacker could provide specially crafted statistics data, which the tool processes without proper validation. This improper handling of untrusted data can lead to prototype pollution, potentially causing the application to crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "browserslist: Browserslist: Prototype pollution leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability. The browserslist package, a front-end development tool, is vulnerable to prototype pollution when processing untrusted statistics data. This flaw can lead to a denial of service, as malicious input can crash applications that use the affected library. The impact is considered Important due to the potential for remote exploitation without authentication or user interaction, directly affecting service 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.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73088"
},
{
"category": "external",
"summary": "RHBZ#2514177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73088"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73088",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73088"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/commit/f9914ad9effc865ccc27d816255625890b31ca51",
"url": "https://github.com/browserslist/browserslist/commit/f9914ad9effc865ccc27d816255625890b31ca51"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/releases/tag/4.28.7",
"url": "https://github.com/browserslist/browserslist/releases/tag/4.28.7"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/security/advisories/GHSA-73wf-gq98-2v4g",
"url": "https://github.com/browserslist/browserslist/security/advisories/GHSA-73wf-gq98-2v4g"
}
],
"release_date": "2026-08-11T17:00:05.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T06:41:15+00:00",
"details": "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.21/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"category": "workaround",
"details": "To reduce exposure, ensure that the `browserslist` tool processes only trusted `browserslist-stats.json`, `opts.stats`, and CLI `--stats` data. Avoid using the tool with untrusted input sources in development or build environments. If `browserslist` is integrated into automated pipelines, validate all input data originates from trusted sources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "browserslist: Browserslist: Prototype pollution leading to denial of service"
},
{
"cve": "CVE-2026-73089",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-11T17:12:48.012036+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Browserslist, a configuration tool for front-end development. An attacker can exploit this vulnerability by influencing repeated query values, leading to unbounded memory growth. This issue can cause the application to consume excessive memory, resulting in an out-of-memory process crash and a Denial of Service (DoS) for affected systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "browserslist: Browserslist: Denial of Service via unbounded memory growth from distinct query results",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `browserslist` library, which is used across several Red Hat products and services. The flaw allows an attacker to trigger unbounded memory growth by influencing query values, potentially leading to an out-of-memory crash and service unavailability. This is considered Important due to the potential for remote exploitation and significant impact on service stability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73089"
},
{
"category": "external",
"summary": "RHBZ#2514195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73089"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73089",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73089"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/commit/f2931a3ff2a3a31abf84ef01a7400b270aad6405",
"url": "https://github.com/browserslist/browserslist/commit/f2931a3ff2a3a31abf84ef01a7400b270aad6405"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/releases/tag/4.28.7",
"url": "https://github.com/browserslist/browserslist/releases/tag/4.28.7"
},
{
"category": "external",
"summary": "https://github.com/browserslist/browserslist/security/advisories/GHSA-c83g-rgw3-j3cx",
"url": "https://github.com/browserslist/browserslist/security/advisories/GHSA-c83g-rgw3-j3cx"
}
],
"release_date": "2026-08-11T17:05:38.760000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T06:41:15+00:00",
"details": "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.21/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"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.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "browserslist: Browserslist: Denial of Service via unbounded memory growth from distinct query results"
},
{
"cve": "CVE-2026-73643",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-13T18:11:25.926202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515531"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in the `js-yaml` library, where processing specially crafted YAML input can lead to exponential parsing time. This can cause applications utilizing affected versions of `js-yaml` within Red Hat products to consume excessive CPU resources, potentially blocking the Node.js event loop and leading to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"category": "external",
"summary": "RHBZ#2515531",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515531"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"release_date": "2026-08-13T17:47:30.404000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T06:41:15+00:00",
"details": "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.21/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60478"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict applications from processing untrusted YAML input with affected versions of the `js-yaml` library. Implement strict input validation to ensure that only trusted and well-formed YAML data is processed. If the application is exposed to external, untrusted sources, consider isolating the application or implementing additional resource limits to prevent complete service disruption.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0e6ca3ed4c42d4f72f4807f2ca5ea3e8b207a323cee11e4041cc8789fac1f92a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:1cf0dfec681afa18868ad2f376e8f4f250e0e9a9b474685c5ec20f2c0ed4dcac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:25917413d6052587c71642f971b5e7c57398493421872f4a549c73704fc70e91_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:791e104a1b102416e3edd9c672e20c7ec27d92232c993d1aac40f0fd9d747c5c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f054f899609cf5636ce0ab9bb8908d4e6c70ad7d84b6d7790f86d97d968b1c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:351a13c6d2ac96c20b35932b8e88a6794ea1e366136acdfaafcaf31cfb223dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:35d5502ee611fc3acecb22e8865ea5641021fcb7e8205b7fa3d69bc7b13178b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:87b977e402b4d41521709d315695808fda2ef0e3149d42d6b069faecb0bcc4ca_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:22ba5563fc903a699ff71c895c78b9f7a656096e1559aa677aae93bf3cc486ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:734560578cd8ea2766b3ffd425aef18a80f44430fb3bb2221bad02864598c50a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:ba57ba192077f290bf80764dd13819ad0f33ad3bc94c38718a3f8a008322e776_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:fbbb330eccb2813a713a6997c48e77f20bd04cde8244bf65dd639cb3f79d3100_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2b435983e6f7ed4a4671e4f199bc5cc41492bf27182e33cdea159af1fd005d7a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9248e1d1c2503e4f0be0a101468ff6cb52e94e52a7ecf86d384bb0ea780d2028_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:add05fff26aa67466c15be5488382140386778af6ed274764b7a0ae59843b941_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d70d78d0d78db1d316a83cec6953ec1bb21958e7586bb753451c1b4a6ef9e7c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:0e9cdfe602442b7765f9d07874859d31e78d0748ca11889687424739c1c39410_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4754d2aae1b852cab0417368bcf47a2eecc707da49f38539602bc5c6cde3004c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:85044f630c4ca4f3ac6aa3249d9c83c3c039162d5bb09fd4a64417d60f8691e2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b94487a221bad2b170ef9914d64ad3e669aa05224d945615943fb8817aeb4455_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:3b1272a4d69d0cfdba2bb892ea6909b645c5e34b9e1507949709691cbcbd137e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:6c226ca3a69bf711122eedf934f249cd8cfb68b94b471e0f795338e848049dba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:adcccba24ac642ea15ec8ed1404239b50270368f758df81a0782cce1ba5ec060_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/metallb-rhel9@sha256:ffa9c4f969b8fa24f4317fdcf75b972fe1d340d971f4121a424bd0368c3fe2d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:7e6420eb90a6d810195d2483dda0b4e75b184fdfebfa9a630f5914bd0e35b816_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:a03d10bb1e92731817a395140c3b4fa98b4a7ee0b092b34f6fff366cb3d07100_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eb6d570f74a3d732d0aa4be0188665e137ed91b1264fb2ca753d632ad221cbd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:fd938cfcb898f004c195d4d0b41209e607b4a2fb754bc9778ff192c23500c875_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:22f21f878d2b9247b54a996267f6aeea0f034adc2e9c15aa630b076a88209a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:69d58d520a942a02a5a806b426d92525466fc5a518caf6242b8186871b569162_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b827c3caf70fe3c1f2745602dcaa2243833508579750430d61b9c3ea7f709f90_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:cffd96b3ee40dac9cb476be2118d6bd65f2fd4868f53d7a6dcd5447bb38792c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:57040f0eb548714bcb2a684bb72930659208418b4579b15aa813c73e29b2d90c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b4ffee65554081b37bc31ea797aba89037bf43ec6fbecad5cac1d6d23b27342f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:11285e95059a7063d59fb1defdae7f770950a54ff88ad9667e577d817ed1bed2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:bdaa332a6758a028f97b010a4278a49f06b209b8617860334493f22296748bbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2957d798e2b1b74dc0d350175bfcaee6ac377d7f52c980f00867cf1452485510_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a620d74e964bcc99d4c689dcd43c5fc54d06473e6516397ef9d9e09bd580332f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:e325a7e209836237c7d9f27c34b32fa0d999c954b55c73e4ecdf884a6be54501_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:33aac5985ff2fd677c71b69a4449a988e39f6402c3e158839f62c4c343edfb5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:4d7e35d793698f5921c1c4cf757a14f0fa8f7730fe2cf53647bd6ee8dfe43a80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b6dced6dd9ea4448494a3e8ac5b4387a417598730da16a3fde19188a3b2d57a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:ed43e78e40171129c996dadc9bfa81a4e5e4fa08bdbfe70765f0d96ee60621c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:09093d4f371d55efcb1d262b9ceb051412fdaa09681da8d6ece41375ec4b0789_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1dd9459d4410399817c8b251a7c1c75861f0ffaa0f1b308c06a75f316e2b27ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a718cba0339441f14caf61dce84bc1f2e1b0291759c64307c7e59260bf82fa81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aff4f1e7c31d9f79d1e4daa76ebc21d75b518f9abb71e41dbea4c4d2e30196b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:05a4cfd17cb4cb366391341258906b29547652f5378076e6c865a14ab5400b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c9c1973fb5b763aaa7e2ceab36cbda29421428cf4b7e3c5d2a8fa1f6e5bb57e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d98840fda30615a7027afa244062d23b1902b06e38fc5bcc5f4715662f300483_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:fd8a39ee82fd3af904c010a2f67f039e60ce570325d19fd6798a5bad5ccf33c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0fbe8dd2aa204e69d5da94eea299f640699e05375842197979784b6311334484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c31cc611f74be2d1996b7c0032ab096c5dbc1df0a3226edf7f30dd801735ec4b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d27a59778d682cb3991257bdd29de8e36d8e6ef31d1e1da033f4e539a0f23395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:db2490fb628b81e08077240c7f96b1ed8e8e7c855c03c82fa23601ab3115a7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:07993820531767330667da7e8b1e6708a5ccb5160e95d89929358bd93aeb0aee_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:40b24e3a12a1f7abf3b6893f7b1c1b8850900a9179a19500c5301890b2fcafb4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:72f44b803db83a031cb4f9b0373105766df21d49da4edb011f836d14939cf3c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:46178f0423afd7f0adae5dea1251b2968abaafd7460fb42ac56c5ab6dd7b4949_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9f511e6dbab8715dfef1f849cafa6a115c5d4b73c541be9322ec8a8a5bd81e72_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:f491bad988ead4acf3d2675cb5365f4ec7c860f00af026732cdc346f7a62d269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0bc2420ec3a8bba276c34f70ccadda21eb369d08847e5c6bd0a2f9d8efed1ec3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:7d7a876b0672f29f45e09bcbae507f69300373ea96c01eb2d9a24e96ac90e29c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc57f718e7e5b6a0a359545ceba99495084690018cdc10b75dbc357866f3813c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:be83e2c1aefea5c78f28de22b2dfbebff5183c9a9cb6b28df88ed74e4cabf982_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:58e0a23dcfaab6eedb1916f37f230146cd80fcb0c2ef1e707590c678acf8a5e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5a346760d31fe44571c1dfd349c77ab74ab9df26445480facfdd2caab6044798_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5e01c2dbc803c0124e23b982a02a89197541a87b4e56ff51123771e76a017a49_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9921acf40889571c643f427d740304abb92c6457239ac2f7c549be60b58bb58a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:69ef40c10541ef7f615ba7452ed15cbd560b2637f08af7df976ce32cd6ad6ac8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d94325ca436db931b8cfc0a99b90ae5514cc6be014d80770610b44a01019863_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7949e4b622fe4b9ba08a5cff559642cc20458e3c46312c9609369a3ea90be438_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:a4341d67499ab4553b6923011dab980849bc079ef42dcd58171571248d9f5169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:98fe2ba347810557e33a15f878ad7e637e2c622a45c9572469283e446042a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ac2026ba407a33841e947b527c218b75ed701bfc3ac18b20570285520eb1d0a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e6f1e7c241832a2795d07fee85e926862dd648f416b7a9e90797db024e701549_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ed70a6065134b00b2e9b7ba32db59d8a5aa24fb8a6f6154e627031ddd2771663_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:56cf2d120d4f5ff5f746c6e4d18a3949258b7b1b0e7d4e5c37f7912e75cc3116_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5b1cf3edd1a02150f123784dad43f28b57cbb9706d1acbb46cb2b31d2fdc4884_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:be932cd6e01c1a32ba751e63eb48012a354e68067783f7269e63aea072319584_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f45734e3bff1b252290ef815ceda2168bbc20436bd7fe7588ea057794337270c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:0ab9ab0e9dbfc0904566530be2e861c91179b2e801b6f7e3a61919fdeb7663cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:5856004d8a51d41560f6dee5bc6c269738de933e8af7456fd70559786451c417_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:880615b2edd02b72c45864fea42d5fb1a2fb14bd5e8cac318d0e5dcf77908c0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1f03da1f78ebf8cff8202e810c67f9ec180a58c6a8168881553be6c3d1ebbd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:5b67fdc70b9d60670d9abcddc904c64337740bc088c4d69bf8727605b37ac294_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b6f2b22303b9660842cad65af042266f365f8f819bbd3afa2110a2725ff14ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b73c9bb719f11ab7b8ee40bc03337baa880217a4d1b2b3f265aca98274917333_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:221a30aa7ae1a2db674ae16202850556d24f264c5cbef46650013b7d59ca935c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3f6524ee1ef7a742a913f19f1ed48c2779aced3bf31b78b0a1ff8e17e060b44d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:99194080c6771181f6b64e82415c50e72ab61b614f4a88ef77dc65f524c79cc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:570504693bf1b06752cbe31c0fc24b72a25a2dcffefb3321ea2d6a1ef753e222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:60f7ab1b7306db035cac77875dac6f65317ab41e6d65ab940880f8bec931c603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a23c4fce18277a8fdfd14bd123971a3b8454e3788f5d5def27d1c41e45fac204_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:a3d7b748a4cad6c7041ea8175942905f47e0bc970d5c50b23f6a61584374c23b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:16eff2a71ba5e02e9c8dbb8d5dddad908a1ae740e19cd989e3992b03a012512b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:64859a517ebd94554470ffca74ac9022007ba8ef1157bf139651d4e35935008f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ad224993780bfe7d95aaed5c8ee600a24ba5056a10fd7abe930096da2f3e8852_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ba9393ed3c52d703898b7986ccfd7cba622a1a99b0f4f21897635014bc00e4c4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:69e7f142e2ca1f4a71678d5386121f94997669d6b8655944f9a3593b68aaebde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:73b6d9ab0d05b250f68aea1ffd63dbede0a4a052ca870614f484b86f6d68f9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:90f544c30c59ddc6690b724e9ee372b6c61f0c9adae151ab0e07872cb51cde26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cb9c6d8513bfa1cedddc33b657360bef293c7893463e06714bc45eb8634a6cf5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:036e710c3dff0a5f1e470cba62be18581594647d812df8e5def13bc3abf3418b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5d4261ede72bad074ef6c7711ea10b42742cf9f731f96381f644d52a2dad07e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:ab8300c137b015b2c3e9e15bc2c0c8864873c5548f4ca0287a781b3d6ffdfe33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e03703f3f13e4f69733df937b82d7751a0a3b9f83730591b0147273b0372bf46_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a41270ea53c0db1c906d29300dcb67559427e84ea9b7f56f6efbeeb36965d9bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c5ba335a5536f02367df12d423c43d431faf7f2e02c50e54a0140995897fc9d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ea9a82d40133a29a28039a46a0576b5a20f2a498ae147d87e80d381589b4c132_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ee9d40dfde8131a13e5411c8ab9cb1dbeb1f8d85c5097a65d85a7111645e97a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:338893f8727cc04dac81c6691e34c1bbc7ca12a77a7af7c3c4e8bd9264a95e23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:835710c3c07fc4f70b5385f4f8371562cada1578d918eccdf55620411d0b48de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a7797f9b87aeaf7593d033f4a7cfa6faba5154072a9cc46fc23b73273c5169fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fb6179c2898a9a910d90fb305139586cbfddab54ead231c5c2f9131c35e4c2da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48eaef73f7e4d116e7ca4151cf70aaf70a6b5dd0b08ba97bd4ea0f7d9547f76a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:6cb847a1441f2a3a62ee884304856fa23fbded86e184f1c27c0df549d1448365_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:86e1acd70b8110d2179ccdc904e1530b0f6f5f094e82541b15eb81b881320258_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:93dbc14094901db607b4083d1fe1a271091a3ff0ecd1e6a75ea6499e5e81cabe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:343886e78dcf401948657c6506ec2e547962bd8ec257ccac777aeee531e70289_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:570a30d62336fd8cf3388c263916e209505b07be962dd32f4d3e14247d7ee650_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7b3577cb78fc7dd4e14a639835696b297c4cccccfb39b494e629c5736f36d92c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fa6517a81a4b9d3371a4cb64f77931448c2f8b17b18506a80e94fd24955051fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:2fccb433c886c84f8523b400401de93c6d180416d1182a0263884b3a5dcb0bc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:67c1e8085c1bba133f28092c7693b7bc22e88f6faa296d8c01f809e2825fb585_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:723613724111774ab5e1fd914dcc3b7f592a7b2559d59f89176af35125ee2d44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d3ea1658205bb4f36ca1bde296d107a5a01a1e7e14d0a6f8f27fabf506653d92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:012cda04807786a9802dcd3cc39c31f092f70bcfa2a3f223e45461dbd0665796_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a8aad1cd0b87f46bde600252bcef7fb7685a6d1db28301a2f02ac1c2ab543a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:4e8603dda9846659fb3c958fe52d01c3d21afb87a9cc53a6bbb8c01865baee22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4d46d34174ca773877c6d48b3a752ef9b4a72830ca74de01eccd881a9542e36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1da7ea3b336568453701eb792303e37b67c1317c918db29b3dfc17fd9b1fdc0e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3a4dea3f64aa75d946edfa8248bf34391744c484ccfeb6d3b1dfc7b5c5fcf102_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:8127ef5fc3bfeab5e223fd9025af65c730d52cdfe04df98213670cd37f327536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e06ea09762509477edf69d1b56389e412367bfc11454f9eb6c6f8b979af715b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:26626c1e377a582b3d544b8f482941e036597af51c4cfb93de53a44a9d9d1928_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:82c8c77f3fc32c433432a3dae2d1effba2a0db3a47fe7f9dcfe6162a074a9bdc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:b6236a6fe735e97996c5e7d4e5e3300ce0a660a7df420900a00bab0a79092695_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:d314fe9f3250493f96305fd84231ac5c1e11b59d4916cf5423fd002d96d6e7ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:1b8a3403f870692e548499905a9f5a3fcd7d2309ce6d164f63cfbb514b6b5728_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6cc0323052c15b13df8c28fe5c3ba2ccd79ffd8b33aff23654547c593f26e965_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:877cf56ffa1c265164f6e1e28aa4275b79d033dbafa58c8cf2cada12ea200a54_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bf59f3e431d55ee8a3158c06a7ff0448764df9b161b09986dfcec2ae722b5cb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0aab36f9f2254f27a1b7a63e141b5441db0da382a8bd6deb1d93575083978db9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:0f20f5224c3d41adbde001952c9f7f4cb1bb7aebe6d867f7a77717637946c4da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:28579c918784d42db7bbc21aefab52fe6f88888a3570d004d44a383447356077_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:fd433de997ff32788ce8a0bea87ffce3c0f98adb4ab78e067a2f0f19cb1285a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:a11e934a710b5d467d58ab0f1d84793f74ca74e8b238b8b2db6cb08b9529f88a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bef46d23e7c060e7781946f479dc502ce3aa92795bf648548d7397e8404ba518_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e1561cdbd0ef4307741361255472d1c2f3d27066476b630ddcbc26d6c56fd0e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f29173cd2b6392288c5812f97ee12694d187d9171a00d64107ed5d71c7fd0885_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5846a870e87e40692c9d41f513ffe19db7d9f583afcc0b4991b12ecfdb971cd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:89868ff9f2b7f63cfae987cde29ec74974f331ceaa18cdf2bfa4e4df35e9911e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8e7cf29d8d88e4cbeeb85777ad0477fb7d599e519036f5978c9cb9183eec6d5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:9dc18ed04df2091da7d0c8d243532445737beed859e297b60cdd07701ca3be45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6dcbc54aebc1517a4a1ff2443cc2044d1078c8dacaa229c2dacf847b84100910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:867d791ea07b4fc74ade329eb45404543182512d822b47c5cf6193986f9fb5a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:9cbeed8be591a7d4898d2aad17c034d923833c7fd3440574e26e92cc0c299198_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c21a87a5d67d1aa895605b3b428500ce17241b7878a6c2c29c2322a4c4a6844f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:42abce29dd77bb38fee63ab12507c2da24700ee8f7be1af510651efd4c63a543_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8c18d51b7016e7f57cca6b0b89481ad0ea9ce39c1327dc645006c6e52d7ca071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:d4cdd45f3bb4eeec7d2d36ff5d3250f579ba4dd532fa187d98377009cc411a0a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:dc3b78c82aab93144a466aca7ce9520d55c11444cb10ea974ce20382a6ac69e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3a5ac90cbec88d73fab43596a0afcfe53e2775847aa18f325bb79e8d8652add4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c15c18050daea3e57f7b00adad1bba6660e0177fe0e902da12cdbfec7e2e792b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf6ae3aaee45b3e754d5dee58a3c9898853a14944842ff2278f0222b1eeb270d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:27962e26f76c21f9d15f7aea7245b8fed78611d2109759d78c1d2774d07ae6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6451ce10287e0ddc85a912041f557b351184f8ff7dad0ec8a0194d3c20621de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c63c0b021e446d7d4e273524308387505b11c1bc627840232a9b48754e57ca35_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f18c4053d49f349777ba48d91262b9113a143960c5c3881eee26205ce6d4d84a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections"
}
]
}
RHSA-2026:61314
Vulnerability from csaf_redhat - Published: 2026-08-31 07:19 - Updated: 2026-09-01 14:14A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in OpenTelemetry-Go, the Go implementation of OpenTelemetry. A remote attacker can exploit this vulnerability by sending multiple 'baggage' header lines. The system's independent parsing and aggregation of each header field-value across multiple values can lead to amplified CPU and memory allocations, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in github.com/buger/jsonparser. The Delete function, when processing malformed JSON input, fails to properly validate offsets. This vulnerability can lead to a negative slice index and a runtime panic, allowing a remote attacker to cause a denial of service (DoS) by providing specially crafted JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection's read loop. This prevents the associated resources from being released, leading to a resource leak per connection. The consequence is a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh/agent. When a key was added to a remote agent, security restrictions, known as constraint extensions, were not properly processed during the request. This allowed these restrictions to be silently removed when keys were forwarded, leading to the unrestricted use of the key on the remote host. This vulnerability could enable an attacker to bypass intended security controls and perform unauthorized actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in OpenTelemetry-Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by sending oversized or invalid baggage headers. The `Parse` function, in affected versions, failed to reject raw-length inputs, leading to excessive processing and error logging when handling these large inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority (CA). A remote attacker could potentially exploit this by presenting a revoked key, leading to the system accepting it as valid. This could allow an attacker to bypass security checks and potentially gain unauthorized access or spoof legitimate entities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
A flaw was found in Billy, an interface filesystem abstraction for Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing crafted or malformed input. The issue arises from insufficient validation and missing safety mechanisms when processing untrusted repository data and filesystem structures, leading to panics, infinite loops, uncontrolled recursion, or excessive resource consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. Source-address validation can be skipped when an SSH server configuration uses an authentication callback type other than public key, allowing authorization bypass in misconfigured servers. This is a follow-on to incomplete coverage from the CVE-2024-45337 fix.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/dns/dnsmessage. A remote attacker could send a specially crafted Service Binding (SVCB) or HTTPS resource record (RR) to a system using this component. When parsing this invalid record, the system may panic due to a parameter value overflowing the message buffer. This can lead to a Denial of Service (DoS) condition, making the affected system unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — | ||
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
A flaw was found in Echo, a Go web framework. An attacker can exploit a disagreement in URL path decoding between the router and the static file handler. The router processes raw encoded paths, while the static file handler unescapes encoded forward slashes. This allows an attacker to bypass route-level access controls, leading to unauthorized information disclosure by reading static files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/text. The norm.Iter component can enter an infinite loop when processing input that contains invalid UTF-8 (Unicode Transformation Format - 8-bit) bytes. A remote attacker could exploit this vulnerability by providing specially crafted input, leading to a Denial of Service (DoS) condition where the affected application becomes unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The Cluster Observability Operator (COO) is a Red Hat OpenShift Container Platform Operator that you can deploy to manage observability component stacks by using custom resource descriptions (CRDs).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.5.2 release of COO.",
"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:61314",
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13676",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27145",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29181",
"url": "https://access.redhat.com/security/cve/CVE-2026-29181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32285",
"url": "https://access.redhat.com/security/cve/CVE-2026-32285"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39829",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39830",
"url": "https://access.redhat.com/security/cve/CVE-2026-39830"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39831",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39832",
"url": "https://access.redhat.com/security/cve/CVE-2026-39832"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41178",
"url": "https://access.redhat.com/security/cve/CVE-2026-41178"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42508",
"url": "https://access.redhat.com/security/cve/CVE-2026-42508"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44740",
"url": "https://access.redhat.com/security/cve/CVE-2026-44740"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46595",
"url": "https://access.redhat.com/security/cve/CVE-2026-46595"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46597",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46600",
"url": "https://access.redhat.com/security/cve/CVE-2026-46600"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55677",
"url": "https://access.redhat.com/security/cve/CVE-2026-55677"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56852",
"url": "https://access.redhat.com/security/cve/CVE-2026-56852"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73643",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/observability/cluster_observability_operator/cluster-observability-operator-release-notes.html",
"url": "https://docs.openshift.com/container-platform/latest/observability/cluster_observability_operator/cluster-observability-operator-release-notes.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_61314.json"
}
],
"title": "Red Hat Security Advisory: Cluster Observability Operator 1.5.2",
"tracking": {
"current_release_date": "2026-09-01T14:14:40+00:00",
"generator": {
"date": "2026-09-01T14:14:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:61314",
"initial_release_date": "2026-08-31T07:19:28+00:00",
"revision_history": [
{
"date": "2026-08-31T07:19:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-01T12:54:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-01T14:14:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cluster Observability Operator 1.5.2",
"product": {
"name": "Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cluster_observability_operator:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Cluster Observability Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/alertmanager-rhel9@sha256%3A51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/alertmanager-rhel9\u0026tag=1787593799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-health-analyzer-rhel9@sha256%3A5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9\u0026tag=1787594138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-observability-rhel9-operator@sha256%3Af63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator\u0026tag=1787593637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-observability-operator-bundle@sha256%3Aaf00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle\u0026tag=1787601373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboards-console-plugin-rhel9@sha256%3Ae952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9\u0026tag=1787593979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-rhel9@sha256%3Aff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9\u0026tag=1787593778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf4-rhel9@sha256%3A04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9\u0026tag=1787593633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf5-rhel9@sha256%3A4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9\u0026tag=1787593661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf6-rhel9@sha256%3Aff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9\u0026tag=1787593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/korrel8r-rhel9@sha256%3A7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/korrel8r-rhel9\u0026tag=1787593952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-rhel9@sha256%3A77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9\u0026tag=1787593634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf4-rhel9@sha256%3Afbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9\u0026tag=1787594041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf5-rhel9@sha256%3Aef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9\u0026tag=1787594026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-rhel9@sha256%3Ade89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9\u0026tag=1787597621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf5-rhel9@sha256%3A50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9\u0026tag=1787593647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf6-rhel9@sha256%3A792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9\u0026tag=1787597578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3Af118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator\u0026tag=1787593671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-admission-webhook-rhel9@sha256%3Aedbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9\u0026tag=1787593846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256%3A2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9\u0026tag=1787593632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9@sha256%3A97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9\u0026tag=1787593946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9-operator@sha256%3Ad922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9-operator\u0026tag=1787593697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/prometheus-rhel9\u0026tag=1787593705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/thanos-rhel9\u0026tag=1787594087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-rhel9@sha256%3Afb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9\u0026tag=1787593648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-pf6-rhel9@sha256%3Ac22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5?arch=amd64\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9\u0026tag=1787593721"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/alertmanager-rhel9@sha256%3Ac2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/alertmanager-rhel9\u0026tag=1787593799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-health-analyzer-rhel9@sha256%3Aa60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9\u0026tag=1787594138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-observability-rhel9-operator@sha256%3A1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator\u0026tag=1787593637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dashboards-console-plugin-rhel9@sha256%3A7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9\u0026tag=1787593979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-rhel9@sha256%3Ab53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9\u0026tag=1787593778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf4-rhel9@sha256%3A2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9\u0026tag=1787593633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf5-rhel9@sha256%3Aa9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9\u0026tag=1787593661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf6-rhel9@sha256%3A1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9\u0026tag=1787593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"product_identification_helper": {
"purl": "pkg:oci/korrel8r-rhel9@sha256%3Adffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/korrel8r-rhel9\u0026tag=1787593952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-rhel9@sha256%3A88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9\u0026tag=1787593634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf4-rhel9@sha256%3A99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9\u0026tag=1787594041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf5-rhel9@sha256%3Af43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9\u0026tag=1787594026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-rhel9@sha256%3A924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9\u0026tag=1787597621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf5-rhel9@sha256%3A2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9\u0026tag=1787593647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf6-rhel9@sha256%3A6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9\u0026tag=1787597578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3A4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator\u0026tag=1787593671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-admission-webhook-rhel9@sha256%3A0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9\u0026tag=1787593846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256%3A7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9\u0026tag=1787593632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9@sha256%3A8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9\u0026tag=1787593946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9-operator@sha256%3A89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9-operator\u0026tag=1787593697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/prometheus-rhel9\u0026tag=1787593705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/thanos-rhel9\u0026tag=1787594087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-rhel9@sha256%3Ac77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9\u0026tag=1787593648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-pf6-rhel9@sha256%3A595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a?arch=arm64\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9\u0026tag=1787593721"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/alertmanager-rhel9@sha256%3Ab051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/alertmanager-rhel9\u0026tag=1787593799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-health-analyzer-rhel9@sha256%3A7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9\u0026tag=1787594138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-observability-rhel9-operator@sha256%3A65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator\u0026tag=1787593637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboards-console-plugin-rhel9@sha256%3A94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9\u0026tag=1787593979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-rhel9@sha256%3A4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9\u0026tag=1787593778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf4-rhel9@sha256%3A8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9\u0026tag=1787593633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf5-rhel9@sha256%3A2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9\u0026tag=1787593661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf6-rhel9@sha256%3Aceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9\u0026tag=1787593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/korrel8r-rhel9@sha256%3A999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/korrel8r-rhel9\u0026tag=1787593952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-rhel9@sha256%3A5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9\u0026tag=1787593634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf4-rhel9@sha256%3A78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9\u0026tag=1787594041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf5-rhel9@sha256%3A28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9\u0026tag=1787594026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-rhel9@sha256%3A1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9\u0026tag=1787597621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf5-rhel9@sha256%3A956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9\u0026tag=1787593647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf6-rhel9@sha256%3A41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9\u0026tag=1787597578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3A28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator\u0026tag=1787593671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-admission-webhook-rhel9@sha256%3A8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9\u0026tag=1787593846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256%3A2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9\u0026tag=1787593632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9@sha256%3A3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9\u0026tag=1787593946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9-operator@sha256%3A24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9-operator\u0026tag=1787593697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/prometheus-rhel9\u0026tag=1787593705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/thanos-rhel9\u0026tag=1787594087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-rhel9@sha256%3A51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9\u0026tag=1787593648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-pf6-rhel9@sha256%3A6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc?arch=ppc64le\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9\u0026tag=1787593721"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"product_identification_helper": {
"purl": "pkg:oci/alertmanager-rhel9@sha256%3A920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/alertmanager-rhel9\u0026tag=1787593799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-health-analyzer-rhel9@sha256%3Ab06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9\u0026tag=1787594138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-observability-rhel9-operator@sha256%3A8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator\u0026tag=1787593637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboards-console-plugin-rhel9@sha256%3Ae46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9\u0026tag=1787593979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-rhel9@sha256%3A3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9\u0026tag=1787593778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf4-rhel9@sha256%3A41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9\u0026tag=1787593633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf5-rhel9@sha256%3A0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9\u0026tag=1787593661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/distributed-tracing-console-plugin-pf6-rhel9@sha256%3Af5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9\u0026tag=1787593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"product_identification_helper": {
"purl": "pkg:oci/korrel8r-rhel9@sha256%3A36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/korrel8r-rhel9\u0026tag=1787593952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-rhel9@sha256%3A2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9\u0026tag=1787593634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf4-rhel9@sha256%3Ae43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9\u0026tag=1787594041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-console-plugin-pf5-rhel9@sha256%3A60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9\u0026tag=1787594026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-rhel9@sha256%3A48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9\u0026tag=1787597621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf5-rhel9@sha256%3Aa9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9\u0026tag=1787593647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/monitoring-console-plugin-pf6-rhel9@sha256%3Aa01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9\u0026tag=1787597578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3Ac321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator\u0026tag=1787593671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-admission-webhook-rhel9@sha256%3Ab845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9\u0026tag=1787593846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256%3Ac57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9\u0026tag=1787593632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9@sha256%3A40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9\u0026tag=1787593946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/perses-rhel9-operator@sha256%3A1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/perses-rhel9-operator\u0026tag=1787593697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/prometheus-rhel9\u0026tag=1787593705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/thanos-rhel9\u0026tag=1787594087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-rhel9@sha256%3A357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9\u0026tag=1787593648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"product": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"product_id": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/troubleshooting-panel-console-plugin-pf6-rhel9@sha256%3Aaffc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e?arch=s390x\u0026repository_url=registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9\u0026tag=1787593721"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64 as a component of Cluster Observability Operator 1.5.2",
"product_id": "Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
},
"product_reference": "registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64",
"relates_to_product_reference": "Cluster Observability Operator 1.5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-13676",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-06-29T14:01:55.592330+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494197"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `fast-uri` allows a remote attacker to bypass host-based security policies. Applications that rely on `fast-uri` for URL parsing and policy enforcement, such as denylists or redirect validations, can be circumvented due to inconsistent handling of Unicode hostnames. This discrepancy between `fast-uri` and other URL parsers could lead to unauthorized resource access or malicious redirects in affected Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "RHBZ#2494197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494197"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6"
}
],
"release_date": "2026-06-29T13:22:44.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization"
},
{
"cve": "CVE-2026-27145",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-02T23:01:08.992540+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "RHBZ#2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://go.dev/cl/783621",
"url": "https://go.dev/cl/783621"
},
{
"category": "external",
"summary": "https://go.dev/issue/79694",
"url": "https://go.dev/issue/79694"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5037",
"url": "https://pkg.go.dev/vuln/GO-2026-5037"
}
],
"release_date": "2026-06-02T22:01:36.954000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"category": "workaround",
"details": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries"
},
{
"cve": "CVE-2026-29181",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-07T21:01:21.484468+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenTelemetry-Go, the Go implementation of OpenTelemetry. A remote attacker can exploit this vulnerability by sending multiple \u0027baggage\u0027 header lines. The system\u0027s independent parsing and aggregation of each header field-value across multiple values can lead to amplified CPU and memory allocations, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/open-telemetry/opentelemetry-go: OpenTelemetry-Go: Denial of Service via crafted multi-value baggage headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in OpenTelemetry-Go, affecting Red Hat Multicluster Engine for Kubernetes. A remote attacker can exploit this flaw by sending multiple crafted `baggage` HTTP header lines, leading to excessive CPU and memory consumption and potentially rendering services unavailable. This impact is significant due to the potential for widespread disruption in a multi-cluster environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29181"
},
{
"category": "external",
"summary": "RHBZ#2456252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29181"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-mh2q-q3fh-2475",
"url": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-mh2q-q3fh-2475"
}
],
"release_date": "2026-04-07T20:29:13.933000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
}
],
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/open-telemetry/opentelemetry-go: OpenTelemetry-Go: Denial of Service via crafted multi-value baggage headers"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32285",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-03-26T20:01:54.925687+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451846"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/buger/jsonparser. The Delete function, when processing malformed JSON input, fails to properly validate offsets. This vulnerability can lead to a negative slice index and a runtime panic, allowing a remote attacker to cause a denial of service (DoS) by providing specially crafted JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input",
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32285"
},
{
"category": "external",
"summary": "RHBZ#2451846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451846"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32285"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32285",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32285"
},
{
"category": "external",
"summary": "https://github.com/buger/jsonparser/issues/275",
"url": "https://github.com/buger/jsonparser/issues/275"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4514",
"url": "https://github.com/golang/vulndb/issues/4514"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4514",
"url": "https://pkg.go.dev/vuln/GO-2026-4514"
}
],
"release_date": "2026-03-26T19:40:51.837000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
},
{
"cve": "CVE-2026-39829",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-05-22T04:01:30.092249+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480681"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in golang.org/x/crypto/ssh is rated as Important. An unauthenticated remote attacker could trigger a denial of service by providing a specially crafted public key with excessively large parameters during SSH public key authentication. This could lead to prolonged CPU consumption on the server, impacting service 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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "RHBZ#2480681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39829"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://go.dev/cl/781641",
"url": "https://go.dev/cl/781641"
},
{
"category": "external",
"summary": "https://go.dev/cl/781661",
"url": "https://go.dev/cl/781661"
},
{
"category": "external",
"summary": "https://go.dev/issue/79565",
"url": "https://go.dev/issue/79565"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5018",
"url": "https://pkg.go.dev/vuln/GO-2026-5018"
}
],
"release_date": "2026-05-22T02:31:27.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters"
},
{
"cve": "CVE-2026-39830",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-05-22T04:01:38.517202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480684"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection\u0027s read loop. This prevents the associated resources from being released, leading to a resource leak per connection. The consequence is a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in `golang.org/x/crypto/ssh`. A remote, unauthenticated attacker can exploit this vulnerability by sending unsolicited global request responses to an affected SSH server, leading to resource exhaustion and a denial of service. The impact is considered Important due to the potential for unauthenticated remote disruption of services utilizing the vulnerable SSH library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39830"
},
{
"category": "external",
"summary": "RHBZ#2480684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39830"
},
{
"category": "external",
"summary": "https://go.dev/cl/781640",
"url": "https://go.dev/cl/781640"
},
{
"category": "external",
"summary": "https://go.dev/cl/781664",
"url": "https://go.dev/cl/781664"
},
{
"category": "external",
"summary": "https://go.dev/issue/79564",
"url": "https://go.dev/issue/79564"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5017",
"url": "https://pkg.go.dev/vuln/GO-2026-5017"
}
],
"release_date": "2026-05-22T02:31:27.208000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"category": "workaround",
"details": "To mitigate this denial of service vulnerability, restrict network access to any service that utilizes the `golang.org/x/crypto/ssh` library and is exposed to untrusted networks. Implement firewall rules to allow connections only from trusted hosts or networks. This action limits the ability of malicious peers to send unsolicited global request responses. A restart of the affected service may be necessary for the new network rules to be applied effectively.",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses"
},
{
"cve": "CVE-2026-39831",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-22T04:01:12.861178+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480675"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check",
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "RHBZ#2480675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://go.dev/cl/781662",
"url": "https://go.dev/cl/781662"
},
{
"category": "external",
"summary": "https://go.dev/issue/79566",
"url": "https://go.dev/issue/79566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5019",
"url": "https://pkg.go.dev/vuln/GO-2026-5019"
}
],
"release_date": "2026-05-22T02:31:27.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
}
],
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check"
},
{
"cve": "CVE-2026-39832",
"cwe": {
"id": "CWE-281",
"name": "Improper Preservation of Permissions"
},
"discovery_date": "2026-05-22T04:01:41.402561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480685"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh/agent. When a key was added to a remote agent, security restrictions, known as constraint extensions, were not properly processed during the request. This allowed these restrictions to be silently removed when keys were forwarded, leading to the unrestricted use of the key on the remote host. This vulnerability could enable an attacker to bypass intended security controls and perform unauthorized actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in `golang.org/x/crypto/ssh/agent` allows for a security bypass when SSH keys with destination restrictions are forwarded via an SSH agent. This flaw could lead to unintended exposure of SSH keys, enabling an attacker to use the forwarded key without the specified restrictions on remote hosts. Red Hat products utilizing `golang.org/x/crypto/ssh/agent` for key forwarding may be affected if users rely on constraint extensions for limiting key usage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39832"
},
{
"category": "external",
"summary": "RHBZ#2480685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480685"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39832",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39832"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39832",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39832"
},
{
"category": "external",
"summary": "https://go.dev/cl/778642",
"url": "https://go.dev/cl/778642"
},
{
"category": "external",
"summary": "https://go.dev/issue/79435",
"url": "https://go.dev/issue/79435"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5006",
"url": "https://pkg.go.dev/vuln/GO-2026-5006"
}
],
"release_date": "2026-05-22T02:31:26.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions"
},
{
"cve": "CVE-2026-41178",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T16:01:10.300537+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484830"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenTelemetry-Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by sending oversized or invalid baggage headers. The `Parse` function, in affected versions, failed to reject raw-length inputs, leading to excessive processing and error logging when handling these large inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/open-telemetry/opentelemetry-go: go.opentelemetry.io/otel/baggage: go.opentelemetry.io/otel/propagation: OpenTelemetry-Go: Denial of Service via oversized baggage headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in OpenTelemetry-Go, affecting versions 1.41.0 and 1.43.0. An attacker can exploit this flaw by sending oversized baggage headers, causing the `Parse` function to process invalid inputs and log errors, which can lead to resource exhaustion and service disruption in Red Hat products utilizing these affected OpenTelemetry-Go versions. The impact is considered Important due to the potential for remote, unauthenticated denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41178"
},
{
"category": "external",
"summary": "RHBZ#2484830",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484830"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41178"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go/pull/7880",
"url": "https://github.com/open-telemetry/opentelemetry-go/pull/7880"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-5wrp-cwcj-q835",
"url": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-5wrp-cwcj-q835"
}
],
"release_date": "2026-06-04T14:38:23.707000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
}
],
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/open-telemetry/opentelemetry-go: go.opentelemetry.io/otel/baggage: go.opentelemetry.io/otel/propagation: OpenTelemetry-Go: Denial of Service via oversized baggage headers"
},
{
"cve": "CVE-2026-42508",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-22T04:01:49.515058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480688"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority (CA). A remote attacker could potentially exploit this by presenting a revoked key, leading to the system accepting it as valid. This could allow an attacker to bypass security checks and potentially gain unauthorized access or spoof legitimate entities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A flaw in `golang.org/x/crypto/ssh/knownhosts` allows a remote attacker to bypass security checks. This vulnerability arises because the system fails to properly verify the revocation status of a Certificate Authority (CA) `SignatureKey`. In Red Hat environments, this could enable an attacker to present a revoked key, leading to its acceptance as valid and potentially granting unauthorized access or facilitating the spoofing of legitimate entities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42508"
},
{
"category": "external",
"summary": "RHBZ#2480688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42508"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42508",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42508"
},
{
"category": "external",
"summary": "https://go.dev/cl/781220",
"url": "https://go.dev/cl/781220"
},
{
"category": "external",
"summary": "https://go.dev/issue/79568",
"url": "https://go.dev/issue/79568"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5021",
"url": "https://pkg.go.dev/vuln/GO-2026-5021"
}
],
"release_date": "2026-05-22T02:31:27.644000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
}
],
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey"
},
{
"cve": "CVE-2026-44740",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-01T17:01:53.685793+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2483894"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Billy, an interface filesystem abstraction for Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing crafted or malformed input. The issue arises from insufficient validation and missing safety mechanisms when processing untrusted repository data and filesystem structures, leading to panics, infinite loops, uncontrolled recursion, or excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-git/go-billy: Billy: Denial of Service via crafted input due to insufficient validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is rated as an Important severity issue. The `go-billy` library, a Go filesystem abstraction, is vulnerable to a denial of service when processing crafted or malformed input, such as untrusted repository data or filesystem structures. Insufficient validation and missing safety mechanisms can lead to panics, infinite loops, or excessive resource consumption, potentially impacting the availability of applications that rely on this library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44740"
},
{
"category": "external",
"summary": "RHBZ#2483894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483894"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44740"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44740",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44740"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-billy/releases/tag/v5.9.0",
"url": "https://github.com/go-git/go-billy/releases/tag/v5.9.0"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-billy/releases/tag/v6.0.0-alpha.1",
"url": "https://github.com/go-git/go-billy/releases/tag/v6.0.0-alpha.1"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-billy/security/advisories/GHSA-m3xc-h892-ggx6",
"url": "https://github.com/go-git/go-billy/security/advisories/GHSA-m3xc-h892-ggx6"
}
],
"release_date": "2026-06-01T16:04:50.358000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"category": "workaround",
"details": "To mitigate the issue, we suggest upgrading to versions 5.9.0+ or 6.0.0-alpha.1+",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-git/go-billy: Billy: Denial of Service via crafted input due to insufficient validation"
},
{
"cve": "CVE-2026-46595",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-05-22T04:01:52.215134+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. Source-address validation can be skipped when an SSH server configuration uses an authentication callback type other than public key, allowing authorization bypass in misconfigured servers. This is a follow-on to incomplete coverage from the CVE-2024-45337 fix.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Authorization bypass due to skipped source-address validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "golang.org/x/crypto/ssh is vulnerable to authorization bypass when SSH server configurations rely on source-address validation alongside non-public-key authentication callbacks. An attacker with low privileges who can authenticate through such a callback path may bypass intended source-address restrictions and gain unauthorized SSH access. Red Hat impact sits in services built with affected x/crypto/ssh, including RHEL golang streams, hummingbird Go toolchains, RHACM/MCE agents, and OpenShift or Ceph components that embed Go SSH servers with mixed callback types.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46595"
},
{
"category": "external",
"summary": "RHBZ#2480689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46595"
},
{
"category": "external",
"summary": "https://go.dev/cl/781642",
"url": "https://go.dev/cl/781642"
},
{
"category": "external",
"summary": "https://go.dev/issue/79570",
"url": "https://go.dev/issue/79570"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5023",
"url": "https://pkg.go.dev/vuln/GO-2026-5023"
}
],
"release_date": "2026-05-22T02:31:27.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"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:L",
"version": "3.1"
},
"products": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Authorization bypass due to skipped source-address validation"
},
{
"cve": "CVE-2026-46597",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-05-22T04:01:21.721980+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480678"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in `golang.org/x/crypto/ssh` allows a remote attacker to trigger a server-side panic by sending specially crafted inputs to the AES-GCM packet decoder. This vulnerability could lead to service unavailability in Red Hat products that incorporate and expose SSH services built with the affected `golang.org/x/crypto/ssh` 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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "RHBZ#2480678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480678"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://go.dev/cl/781620",
"url": "https://go.dev/cl/781620"
},
{
"category": "external",
"summary": "https://go.dev/issue/79561",
"url": "https://go.dev/issue/79561"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5013",
"url": "https://pkg.go.dev/vuln/GO-2026-5013"
}
],
"release_date": "2026-05-22T02:31:26.754000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs"
},
{
"cve": "CVE-2026-46600",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-21T20:01:59.038876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2504234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/dns/dnsmessage. A remote attacker could send a specially crafted Service Binding (SVCB) or HTTPS resource record (RR) to a system using this component. When parsing this invalid record, the system may panic due to a parameter value overflowing the message buffer. This can lead to a Denial of Service (DoS) condition, making the affected system unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/dns/dnsmessage: golang.org/x/net/dns/dnsmessage: Denial of Service via invalid DNS record parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46600"
},
{
"category": "external",
"summary": "RHBZ#2504234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2504234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46600"
},
{
"category": "external",
"summary": "https://go.dev/cl/786345",
"url": "https://go.dev/cl/786345"
},
{
"category": "external",
"summary": "https://go.dev/issue/79795",
"url": "https://go.dev/issue/79795"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5942",
"url": "https://pkg.go.dev/vuln/GO-2026-5942"
}
],
"release_date": "2026-07-21T19:18:59.755000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
}
],
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/dns/dnsmessage: golang.org/x/net/dns/dnsmessage: Denial of Service via invalid DNS record parsing"
},
{
"cve": "CVE-2026-55677",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-26T17:01:45.110038+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493622"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Echo, a Go web framework. An attacker can exploit a disagreement in URL path decoding between the router and the static file handler. The router processes raw encoded paths, while the static file handler unescapes encoded forward slashes. This allows an attacker to bypass route-level access controls, leading to unauthorized information disclosure by reading static files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/labstack/echo: Echo: Unauthorized Information Disclosure via URL Path Decoding Discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important information disclosure flaw in the Echo web framework. The discrepancy in URL path decoding between the router and static file handler allows an unauthenticated attacker to bypass access controls and read arbitrary static files. This could lead to the exposure of sensitive data hosted on affected Red Hat products utilizing the Echo framework for serving static content.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55677"
},
{
"category": "external",
"summary": "RHBZ#2493622",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493622"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55677"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55677",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55677"
},
{
"category": "external",
"summary": "https://github.com/labstack/echo/security/advisories/GHSA-vfp3-v2gw-7wfq",
"url": "https://github.com/labstack/echo/security/advisories/GHSA-vfp3-v2gw-7wfq"
}
],
"release_date": "2026-06-26T16:15:55.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/labstack/echo: Echo: Unauthorized Information Disclosure via URL Path Decoding Discrepancy"
},
{
"cve": "CVE-2026-56852",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-21T20:01:56.266823+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2504233"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/text. The norm.Iter component can enter an infinite loop when processing input that contains invalid UTF-8 (Unicode Transformation Format - 8-bit) bytes. A remote attacker could exploit this vulnerability by providing specially crafted input, leading to a Denial of Service (DoS) condition where the affected application becomes unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/text: golang.org/x/text: Denial of Service via invalid UTF-8 input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in the `golang.org/x/text` library can lead to a denial of service. An attacker could provide specially crafted invalid UTF-8 input to an application using the affected `norm.Iter` functionality, causing it to enter an infinite loop and become unresponsive.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56852"
},
{
"category": "external",
"summary": "RHBZ#2504233",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2504233"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56852"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56852",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56852"
},
{
"category": "external",
"summary": "https://go.dev/cl/794100",
"url": "https://go.dev/cl/794100"
},
{
"category": "external",
"summary": "https://go.dev/issue/80142",
"url": "https://go.dev/issue/80142"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5970",
"url": "https://pkg.go.dev/vuln/GO-2026-5970"
}
],
"release_date": "2026-07-21T19:18:59.951000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/text: golang.org/x/text: Denial of Service via invalid UTF-8 input"
},
{
"cve": "CVE-2026-73643",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-13T18:11:25.926202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515531"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in the `js-yaml` library, where processing specially crafted YAML input can lead to exponential parsing time. This can cause applications utilizing affected versions of `js-yaml` within Red Hat products to consume excessive CPU resources, potentially blocking the Node.js event loop and leading to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x"
],
"known_not_affected": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"category": "external",
"summary": "RHBZ#2515531",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515531"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"release_date": "2026-08-13T17:47:30.404000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T07:19:28+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: https://access.redhat.com/articles/11258",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61314"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict applications from processing untrusted YAML input with affected versions of the `js-yaml` library. Implement strict input validation to ensure that only trusted and well-formed YAML data is processed. If the application is exposed to external, untrusted sources, consider isolating the application or implementing additional resource limits to prevent complete service disruption.",
"product_ids": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_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": [
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:51e1cee9ccde0bb3b363f59861a97da546215e0c012af6ef533d5e09387cb6ff_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:920567c0312f539ccce04ba94ed7539eb67a7e49fdd5479283be25be99a40780_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:b051bc5cd14f8c6bfcadbca3659c04afd027fdfd8c963296d0da7fbccf8b15b0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/alertmanager-rhel9@sha256:c2a60557eb2d933f41dc42c1b5116d3e9b27592e91a5839f142999cc9e5c49ee_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:5863e3e8fc305410f3611c5d234f58dadade652429f006cc9477494468d7f75b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:7e883fb088a584f5a7f33e50366d48c974488671da669c340470ddfee114b791_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:a60c396947cbeffba5016820ef23961370195bfedb9d1b47bd4d6da55a840ac2_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-health-analyzer-rhel9@sha256:b06af3129f86113372a7a3f0d0722b84910675a6cd7e30d5c87d4c3b7f163e66_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-operator-bundle@sha256:af00e7ae2fbc7056a5ce0de131e55a99ec0860099cb5df067c52ed5234da0b6d_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:1c7533751b55047dd1aa209676359b00dc4cc1471321017d817bb930136e23f4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:65522a8b12d1f2b188076b97ec5226b2d8cfcc6d2a589f0d9e54962f13a68f56_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:8fa4520a60aee92e2597cd431b103583421962e6754685fdedc0e96917b4bfde_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator@sha256:f63fa627d028c814dfce0d3ef0b06f5044ff193376c22e2fecc50e05fdfab9f1_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:7f94288c1b8457f679e63724465adcc98b35e1b37b2391cdf29930a47c3ba366_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:94faef76b872ec938af52f5403d6c76848b463948b7e6fac5b3904ce0ecb0cab_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e46afc8c13c15d444788b45414a25239b2ac1a7a273a316d8a43165f69022e33_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-rhel9@sha256:e952b3783e077cc43a718bb9aae12577c43130899a6e0de6a64564ea7198405f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:04b2a23166e7edb28d543ca28dc9d1ee5436d2d587f7feb37cc55f39adb18169_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2ab134074d750c76fcea617ac5b286ae2bb14a4a1f5d23d18afae524d60e0576_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:41d6a9aee2e7ebd6f5987133f7a1b5c5bb423ebd5a907321ef63d05313c98036_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:8ba6ed81afcc3647fee542d3697a2ff321f0af7983464a1b0e16bf8ccf5b7c6a_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:0c3825a2153cc886a67d93c7034ab8d8cb1ee6dc7ecb6d7626e27644315ffcc9_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:2091f9940bad29d2273bee635d1d4d736c7aca41b504c4a4ceacb2ccd9d3cc8c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:4591e1d37c2307adec5602bf28f30d7b297b2aaf2b89ea48671a25e9635066ce_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:a9a51e2c9476f02df0fb922b20283baa55c82ca5b30983fe31c4fdcb07ef1b9e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:1cf801a07119fd084d79a9c26b84dbd07ada25cb219423bc121a2c870e0dab0b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ceeabd18a61070a03ab9466f156734d273ddc9433b6b1a0afd40f22f78545df1_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:f5fb9e4438247a775d2bb59856cb35fab46e752f32720eb55468bee896168f84_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:ff10f227a1b0930cf1a3c7c204ac44db04ab476acebc0b12159546dbe81f4ce6_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:3ffc92ed6d256b64a9796886f891a6109ef1ce6926642bc4ce10a25c7b5bbc00_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:4ff7fb8d5f7366fa6d43c160537e95096fdb3708637b778f8b8c38ca755f1469_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:b53a0a66d7ee21e4e2694b14fd13957961e6d1643e097ab367dc2c0cbf42075e_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:ff11e8a37f2662c356c476e426a6f90f780951fc30645c6fccc32fc5934cc481_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:36d58edd2a61d76d2d84bfb13cfb892ea1d14fc5fb07602c6f4b050a0ec01509_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:7991014409d5192eb9712bed519fb503230ac1d6e1c6892bca9813dfd5417378_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:999ad3f557a7d1503602f2fc8dd634b4ccc285d0f21e1e3f361ab39f3e1f8313_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/korrel8r-rhel9@sha256:dffe87941731629f5080ec9587e2e2f64c9019a9eb24d9e25154e0b926673543_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:78c6c60cb8a9ff834d45bcea21c2d74a92da81aeddbffd83c5777da55befb686_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:99f0605f1f264e2528012a0f39d328b3c15a57d2c538c1ec2693f4230bd8580d_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:e43d7c7195b9ca9e306d6f90f6469e4e6caf1728645cd9275177a8e8345bc18f_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:fbe424a5ae002a03dcdb73c97e71542ee6ed14e9cbb796ba89ad949a5002892b_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:28c209f3065021094370376b1468996a915df1d3d06f31b4da76aa93866cf9e2_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:60301acc56a12cf8c23be584caf56e2b3104b28944ed03d90cbeec408a7e86b2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ef0378fb3f71862ba56c9cf6e45662ec7a20aeefd039b7d0988343992b23775c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:f43fd45ce1898ee832d052e6a41391414fd2ca3c659772a6be2b67876bac5bc8_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:2301cb3015114a2d94b7b6d8f6ca743be503a67ca83a4595e86a4026f920821d_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:5059f3edf8ae7fc5c52c3a0b59324929432dcb4f363d3f5c3b22c462bf6ab02d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:77f8b1685e68fdd513e0e22868d6753a38fd8031be239262431a413251f05714_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:88ad68ca1e9b3be4a0c110d4d96b8addd4b3f443081da029bc50d5fd7beac979_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:2d58725053913c292d7a6c83bb79e1bf46d206bf539cac88f54883ca6e28f115_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:50a9f9c45a9cb5fbaabfef2ee47e7f0e0ffd24aae86af94a82e5d4d5afcb0993_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:956b200a2163d25dc2fbbff072119a0052cd2121903b83019077c6f52177dc6b_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf5-rhel9@sha256:a9d975ae6a02e1d3de795a0c675798bfbec571c442da058c6b0cb05b7ab6d100_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:41e65e9b9918bbdf837d67312650b843139dfbe2c168bf0cd94d76eb67f57c02_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:6f858505f5c4b4c7eeb5c8cfb688be99f3a379ffd326416f1217dbb0be2a82d5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:792106125d32dcad113fc6a34c7fcb2233ade4c6af4ca0e52da10f4708043ede_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-pf6-rhel9@sha256:a01bd40afc6933af137e4ba5c3538942010cabc2707d197c4d14c1fba1aba2ee_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:1d5002ef3b179fd7b0e1119f9326d25106d556f3088bcdaa3429d8fc67a4d5d0_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:48c7f33882b95235384e637de0ef86aaad9663a55b6b5a873e11dd28ec9d8e01_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:924353821d6a07ce8aa328dc072e30c130ad94aaebc2242e3c14d791676f7dba_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/monitoring-console-plugin-rhel9@sha256:de89177be37e242de873ac59ba6977b2e41bbab47e6bfe2814a407b9df2f4029_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:0ca0780667a208a2ffc6fc0eac944a535bcb25cfa4e158c4ada3250379b20c16_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:8b8ef0c498ad0d854dc30bc66323904483ce7a2c749c4651a1a9b6ccfe245909_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:b845ac3a1039c55d8094622a17bba207bdb5d1e0c5675b6450b28f10b6d6a968_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-admission-webhook-rhel9@sha256:edbbe8fb3dce5707f10ecf2652c6442637b9a83826a6e0ccc668f218c19bb321_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2388606bc95d18722e6fc9e15c229d7d076904887a7d5b430d00a6f9e7abfe0e_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:2b563a44bbb7b054cfb1ed4d2578ab9f43b06e8b649e37371d923c5f7548ba6d_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:7724f6baa2c03283672666c44fd6a51f1f1dbf32a87a64717d739ecc182970be_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-operator-prometheus-config-reloader-rhel9@sha256:c57f6c436a12f925903624dcf40b2b8a28d4cf2e69eada59249c722ec1bed926_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:28ec67b5f353dfad3b7aab1882aeff99c028397cf7e760af6687b6f8745988ca_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:4c87c8336ed3d1d2ef2e5e74563a7beb99ef582e61aecdca9ba6bbd9d471749a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:c321abf472b62281ec032313c5fb9eb4c72ba34249d84e39dad936efd373f7c6_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/obo-prometheus-rhel9-operator@sha256:f118f0f91c83def5739e5d34df7d7b4dfa7aedae8ac8b772e60a697ab3f63c3f_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:13adc38975905f713babacbfa42080dda94a0aa244d6a6b4692434724dc2a365_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:3ab6db595ed848b654b016460f785181721d66d616ab367c81a85d63ee55d172_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:9cdc53c7e915995293f06e423335527dfd5a9bf1b9080b1cdfd59b42f4afa3db_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/prometheus-rhel9@sha256:ba963271dda3bf3cb1e326a0af07c281c89e0cd1ba04e5d35886a90ee6372dde_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:5b53a6cd089aea290f017a6085e5f171bab22fc2143a6d7876ee4d386890370c_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79b9a6abbc1d78e4ae55e89c628513b44d31c3ea51f6be7e65564333a32b7cf4_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:79f4fc6e9d70186e0cb84650e9445b0a0349170fca65f82338e110836d07a838_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/thanos-rhel9@sha256:87b54fd69b87f7145e1340ac1e43183ade3c19ac7b8dd240f307c985885b6751_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:595c64b39eee5af677b740fc82711c2625716d054aaff3022f8574cb80a5fc5a_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:6ac1def316443dee736fbe5d208c173345edf6c3efd898396b946d594e1449cc_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:affc662c5432c39517c297d9153db78e9a484ba666276e6d1f8ffa7bc9f8099e_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-pf6-rhel9@sha256:c22ce84d3eb713619571109324c691444e99e2552147b3303f010f534639dcc5_amd64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:357b78738283f00527dc2cd2d6876df0a98029cb1dd341f97f9fefdb2b3f07e2_s390x",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:51983a2016149497aacc6a66ff1705d02977002998d2b53e40f4981711d5f34e_ppc64le",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:c77c01deb6283f76c0a0e4ba9992adae9307549a550622a78ec93ca04a85cec5_arm64",
"Cluster Observability Operator 1.5.2:registry.redhat.io/cluster-observability-operator/troubleshooting-panel-console-plugin-rhel9@sha256:fb4e8bcd13f922e9453c4f9a41464047b7b7f394e59c391716516552ebb47fe3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections"
}
]
}
RHSA-2026:61783
Vulnerability from csaf_redhat - Published: 2026-08-31 21:39 - Updated: 2026-09-01 14:54A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer's machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in curl. When an application uses libcurl to make multiple Negotiate-authenticated HTTP or HTTPS requests to the same server with different credentials, libcurl may incorrectly reuse an existing connection. This logical error can cause a subsequent request to be sent using the authentication of a previous user, leading to an authentication bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When an OAuth2 bearer token is used for an HTTP(S) transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the `.netrc` file, allowing the bearer token intended for the first host to be sent to the redirected host. This information disclosure could allow an attacker to gain unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in tar. A remote attacker could exploit this vulnerability by crafting a malicious archive, leading to hidden file injection with fully attacker-controlled content. This bypasses pre-extraction inspection mechanisms, potentially allowing an attacker to introduce malicious files onto a system without detection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI's intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
A flaw was found in libxml2. A remote attacker can exploit a use-after-free vulnerability in the `xmlParseInternalSubset` function by providing maliciously crafted XML input. This improper handling of entity resolution can lead to a denial-of-service (DoS), making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server's host key type differs from the one stored in the known_hosts file. The callback mechanism fails to enforce the host key restriction, enabling a connection to an untrusted server and risking a man-in-the-middle attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in SQLite's FTS5 full-text search extension. This vulnerability involves memory corruption, specifically an out-of-bounds read and a heap buffer overflow, which can be triggered by supplying a crafted database with malformed FTS5 page data. When an FTS5 MATCH query is executed against such a database, an attacker can cause process crashes, memory exhaustion, or achieve arbitrary code execution, potentially compromising the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in SQLite, specifically within its FTS5 full-text search extension. Attackers can exploit a heap-based buffer overflow by providing a specially crafted database. This crafted database contains malicious metadata that triggers an integer underflow during FTS5 MATCH query processing. Successful exploitation of this vulnerability can lead to a crash of the application or allow for arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libxml2, specifically within the xmlcatalog utility when operating in shell mode. An attacker can exploit multiple stack-based buffer overflows by providing an excessively long input line. This leads to memory corruption, which may cause the application to crash or potentially allow the attacker to execute arbitrary code within the context of the xmlcatalog process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A double free issue has been identified in libarchive's RAR5 reader. During parsing of a specially crafted RAR5 archive, the filtered_buf pointer may remain stale after being freed during unpacking state reinitialization. Subsequent processing of another archive entry can trigger a second free of the same memory region, resulting in a double-free condition. Successful exploitation may cause applications using the vulnerable libarchive API to terminate unexpectedly, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A denial-of-service and resource exhaustion vulnerability exists within the `GDBus` component of GLib. The `gdbusauth` authentication mechanism fails to enforce proper length limitations on data lines read from a client. An unauthenticated local or remote attacker can exploit this lack of input validation by sending excessively long streams of data, causing the application to consume massive amounts of system memory and CPU, potentially leading to a crash or system hang.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A TOCTOU (Time-of-Check Time-of-Use) vulnerability in GNU tar's incremental dumpdir 'X' rename handling allows a local attacker with write access to a directory being backed up to influence the restore process if the attacker has access to the system where the restore is being performed. During restoration, files or directories may be created, renamed or overwritten outside the intended extraction directory. This could lead to unauthorized file modification or, in some cases, privilege escalation. Exploitation does not require the attacker to modify or craft the archive, and standard backup and restore workflows—including extracting into a newly created directory without using the -P option do not mitigate the issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A flaw was found in GNU tar. When extracting an archive with the --one-top-level option, hardlink targets are not confined to the designated top-level directory and may resolve relative to the extraction working directory. A crafted archive can create hardlinks that escape the intended boundary and, when combined with a preexisting symbolic link under the working directory, may allow writing outside that boundary during a single extraction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A flaw was found in the `gzexe` utility of GNU `gzip`. When the `mktemp` utility is not available, `gzexe` creates temporary files with predictable names based on the process ID. A local attacker can exploit this by pre-creating a symbolic link to an arbitrary file at the predicted temporary file path. This can lead to a Time-of-Check to Time-of-Use (TOCTOU) condition, allowing the attacker to overwrite arbitrary files on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A flaw was found in GNU gzip. This global buffer overflow vulnerability in the LZH decompression logic is caused by improper reuse of shared global state between different decompression formats. An attacker can exploit this by providing a specially crafted LZW file followed by a specially crafted LZH file to the `gzip -d` command. This can lead to an out-of-bounds read, potentially resulting in information disclosure.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
A flaw was found in the idna library, which handles Internationalized Domain Names in Python applications. A remote attacker could exploit this vulnerability by sending specially crafted, excessively long inputs to the library's encoding function. This could cause the system to consume significant resources, leading to a Denial of Service (DoS), where the affected application becomes unavailable to legitimate users. This issue stems from an incomplete fix for a previously identified vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit a vulnerability in the TokenList construction and string conversion processes, specifically when handling nested token subtrees. This flaw leads to quadratic CPU consumption, which can result in a Denial of Service (DoS) by exhausting system resources before internal limits are reached.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
A flaw was found in the `attr` package. This vulnerability allows a local attacker to perform a symlink traversal attack by replacing a pathname component with a symbolic link - either during directory hierarchy traversal by `getfattr` or during backup restoration by `setfattr`, which reads and resolves full pathnames from backup files. In both cases, when these utilities are executed by a privileged process over a path controlled by the attacker, this can lead to local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Workaround
|
A vulnerability in NGINX's ngx_http_ssi_module allows an unauthenticated MITM attacker to trigger a heap buffer over-read by manipulating upstream server responses. This requires SSI, proxy_pass, and proxy_buffering off to be configured, and can result in memory modification or a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in GLib. An off-by-one error can occur in the gvs_tuple_is_normal function in the glib/gvariant-serialiser.c file when doing an alignment padding check because the bounds check uses > instead of >=, causing an out-of-bounds read of only 1 byte. This issue can cause a minor information disclosure of 1 byte and a denial of service when the out-of-bounds read crosses a page boundary.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GLib. An out-of-bounds read of only 2 bytes can occur in the g_date_time_get_ymd function in the glib/gdatetime.c file when an invalid GDateTime object produced by the g_date_time_add_full function is processed. This flaw can corrupt the date output and potentially cause logic errors that may lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GLib. A buffer over-read can occur in the g_regex_replace function when used with the `G_REGEX_RAW` compile flag and case-change replacement escapes because the string_append function processes matched substrings using UTF-8 functions that assume valid UTF-8 input, even when the string is treated as raw bytes. This vulnerability can cause a minor information disclosure of 1-5 bytes and a denial of service when the buffer over-read crosses a page boundary.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GLib. A buffer over-read can occur in g_io_channel_read_line_backend() in the giochannel.c file when a custom line terminator with a length greater than one is set, causing memcmp to read past the GString buffer. This vulnerability can cause a minor information disclosure of 7 bytes or a denial of service when the buffer over-read crosses a page boundary.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GLib. An off-by-one error can occur in the g_key_file_get_locale_string_list function in the gkeyfile.c file when loading a key file with an empty value. This flaw can cause an out-of-bounds access of 1 byte or a denial of service when the out-of-bounds access crosses a page boundary.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GLib. The D-Bus client-side implementation of the DBUS_COOKIE_SHA1 SASL authentication mechanism does not validate the cookie_context parameter received from the server. A malicious D-Bus server can supply a cookie_context containing path traversal sequences, causing the client to read an arbitrary file and exfiltrate sensitive data by verifying guessed file contents against a generated hash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw in nghttp2's nghttpx proxy allows a remote attacker to perform HTTP request smuggling and cross-client response-queue poisoning. This occurs because the proxy ambiguously forwards HTTP/1.1 Upgrade requests that contain a Content-Length header to reusable keep-alive backend connections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. When merge keys are enabled, a remote attacker could exploit this vulnerability by crafting a YAML document where a chain of mappings uses merge keys, each merging the previous one. This can lead to a significant increase in CPU time required to parse the document, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit this vulnerability by providing specially crafted SQL input. This flaw causes inefficient processing of certain SQL patterns, leading to excessive CPU consumption and potentially a Denial of Service (DoS) condition, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
A vulnerability in the NGINX ngx_http_slice_module allows remote, unauthenticated attackers to access uninitialized memory via crafted requests. If configured with unnamed regex captures or background cache updates, this flaw can result in limited memory disclosure or a denial-of-service crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in nanoid (Nano ID), a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service (DoS) condition by hanging the application's calling thread.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in nanoid (Nano ID), a JavaScript library used for generating unique identifiers. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a negative size input to the customAlphabet or nanoid functions within the library's non-secure module. When a negative size is provided, these functions enter an infinite loop, causing the application to hang indefinitely and disrupting service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit this vulnerability by providing specially crafted SQL input that contains numerous comment-only statements. This could cause the `group_comments` function to repeatedly rescan these statements, leading to excessive CPU consumption and a Denial of Service (DoS) for the application using the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
A flaw was found in fast-uri, a URI parser for Node.js. The component incorrectly decodes percent escapes in a hostname twice during URI parsing and authority recomposition. This double decoding can allow a remote attacker to manipulate a URI to point to a different network destination, such as a loopback address. This vulnerability can lead to Server-Side Request Forgery (SSRF) and bypass host-based security policies.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
A flaw was found in fast-uri, a URI parser for Node.js. This vulnerability arises because the parser fails to consistently convert internationalized domain names (IDN) to their standard ASCII form when processing scheme-relative references. This inconsistency can lead to host confusion, where an application might validate a URI against a security policy using one hostname, but then resolve to a different, potentially malicious, hostname. This discrepancy could allow an attacker to bypass security policies and access unauthorized resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
A flaw was found in fast-uri, a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not fully validate the IPv6 grammar, allowing invalid trailing text in an authority to be silently discarded. This can lead to a malformed, attacker-controlled host being normalized into a different, valid IPv6 destination, such as a local or private IPv6 target. An application normalizing untrusted URLs before outbound requests, redirects, or proxy routing could be redirected, resulting in a server-side request forgery (SSRF) and address-policy bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
A flaw was found in fast-uri, a software component used for parsing Uniform Resource Identifiers (URIs) in Node.js applications. This vulnerability arises from an issue in how fast-uri processes the scheme part of a URI, specifically when it contains special characters that are percent-encoded. An attacker can exploit this by crafting a malicious URI, causing the parser to misinterpret the host, which can lead to serious security risks. These risks include unauthorized redirection to external websites, server-side request forgery (SSRF) where the application makes unintended requests to internal or external resources, and bypassing security policies.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
A flaw was found in webpack-dev-middleware. A remote attacker can exploit a path traversal vulnerability when the configured publicPath lacks a trailing slash. By sending a specially crafted request, the attacker can bypass a security guard, allowing the middleware to resolve files from one directory above the intended output path. This could lead to information disclosure if the middleware is configured to use the physical filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 | — |
Workaround
|
{
"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": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds,\nidentifies, and reports environment data, or facts, such as the number of physical and virtual\nsystems on a network, their operating systems, and relevant configuration data stored within\nthem. Discovery also identifies and reports more detailed facts for some versions of key\nRed Hat packages and products that it finds in the network.",
"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:61783",
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-29180",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11822",
"url": "https://access.redhat.com/security/cve/CVE-2026-11822"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11824",
"url": "https://access.redhat.com/security/cve/CVE-2026-11824"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11979",
"url": "https://access.redhat.com/security/cve/CVE-2026-11979"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-14164",
"url": "https://access.redhat.com/security/cve/CVE-2026-14164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15588",
"url": "https://access.redhat.com/security/cve/CVE-2026-15588"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-18477",
"url": "https://access.redhat.com/security/cve/CVE-2026-18477"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-18508",
"url": "https://access.redhat.com/security/cve/CVE-2026-18508"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1965",
"url": "https://access.redhat.com/security/cve/CVE-2026-1965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3783",
"url": "https://access.redhat.com/security/cve/CVE-2026-3783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41991",
"url": "https://access.redhat.com/security/cve/CVE-2026-41991"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41992",
"url": "https://access.redhat.com/security/cve/CVE-2026-41992"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45409",
"url": "https://access.redhat.com/security/cve/CVE-2026-45409"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45623",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54284",
"url": "https://access.redhat.com/security/cve/CVE-2026-54284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54371",
"url": "https://access.redhat.com/security/cve/CVE-2026-54371"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56434",
"url": "https://access.redhat.com/security/cve/CVE-2026-56434"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5704",
"url": "https://access.redhat.com/security/cve/CVE-2026-5704"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58010",
"url": "https://access.redhat.com/security/cve/CVE-2026-58010"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58011",
"url": "https://access.redhat.com/security/cve/CVE-2026-58011"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58012",
"url": "https://access.redhat.com/security/cve/CVE-2026-58012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58013",
"url": "https://access.redhat.com/security/cve/CVE-2026-58013"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58014",
"url": "https://access.redhat.com/security/cve/CVE-2026-58014"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58015",
"url": "https://access.redhat.com/security/cve/CVE-2026-58015"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58055",
"url": "https://access.redhat.com/security/cve/CVE-2026-58055"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59868",
"url": "https://access.redhat.com/security/cve/CVE-2026-59868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59893",
"url": "https://access.redhat.com/security/cve/CVE-2026-59893"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-60005",
"url": "https://access.redhat.com/security/cve/CVE-2026-60005"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6322",
"url": "https://access.redhat.com/security/cve/CVE-2026-6322"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6653",
"url": "https://access.redhat.com/security/cve/CVE-2026-6653"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-67213",
"url": "https://access.redhat.com/security/cve/CVE-2026-67213"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-67214",
"url": "https://access.redhat.com/security/cve/CVE-2026-67214"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-71491",
"url": "https://access.redhat.com/security/cve/CVE-2026-71491"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73643",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-75899",
"url": "https://access.redhat.com/security/cve/CVE-2026-75899"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-75931",
"url": "https://access.redhat.com/security/cve/CVE-2026-75931"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-75975",
"url": "https://access.redhat.com/security/cve/CVE-2026-75975"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-76172",
"url": "https://access.redhat.com/security/cve/CVE-2026-76172"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-76844",
"url": "https://access.redhat.com/security/cve/CVE-2026-76844"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-8286",
"url": "https://access.redhat.com/security/cve/CVE-2026-8286"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9547",
"url": "https://access.redhat.com/security/cve/CVE-2026-9547"
},
{
"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/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_61783.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-09-01T14:54:06+00:00",
"generator": {
"date": "2026-09-01T14:54:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:61783",
"initial_release_date": "2026-08-31T21:39:55+00:00",
"revision_history": [
{
"date": "2026-08-31T21:39:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-31T21:40:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-01T14:54:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3A5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af?arch=amd64\u0026repository_url=registry.redhat.io/discovery/discovery-server-rhel9\u0026tag=1788205779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3Adef96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a?arch=amd64\u0026repository_url=registry.redhat.io/discovery/discovery-ui-rhel9\u0026tag=1788206196"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Ae9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d?arch=arm64\u0026repository_url=registry.redhat.io/discovery/discovery-server-rhel9\u0026tag=1788205779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58?arch=arm64\u0026repository_url=registry.redhat.io/discovery/discovery-ui-rhel9\u0026tag=1788206196"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
},
{
"cve": "CVE-2026-1965",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-03-11T11:00:54.752485+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446448"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an application uses libcurl to make multiple Negotiate-authenticated HTTP or HTTPS requests to the same server with different credentials, libcurl may incorrectly reuse an existing connection. This logical error can cause a subsequent request to be sent using the authentication of a previous user, leading to an authentication bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1965"
},
{
"category": "external",
"summary": "RHBZ#2446448",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446448"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1965"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-1965.html",
"url": "https://curl.se/docs/CVE-2026-1965.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-1965.json",
"url": "https://curl.se/docs/CVE-2026-1965.json"
}
],
"release_date": "2026-03-11T10:08:52.431000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication"
},
{
"cve": "CVE-2026-3783",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-03-11T11:01:01.429907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446450"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an OAuth2 bearer token is used for an HTTP(S) transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the `.netrc` file, allowing the bearer token intended for the first host to be sent to the redirected host. This information disclosure could allow an attacker to gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3783"
},
{
"category": "external",
"summary": "RHBZ#2446450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446450"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/03/11/2",
"url": "http://www.openwall.com/lists/oss-security/2026/03/11/2"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3783.html",
"url": "https://curl.se/docs/CVE-2026-3783.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3783.json",
"url": "https://curl.se/docs/CVE-2026-3783.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3583983",
"url": "https://hackerone.com/reports/3583983"
}
],
"release_date": "2026-03-11T10:09:08.746000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To prevent the leakage of OAuth2 bearer tokens, ensure that `.netrc` files are carefully managed. Avoid configuring `.netrc` entries for untrusted or unknown hostnames, particularly when `curl` is used with OAuth2 bearer tokens and is configured to follow redirects. Regularly review and restrict the scope of credentials stored in `.netrc` files to only explicitly trusted destinations.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect"
},
{
"acknowledgments": [
{
"names": [
"Guillermo de Angel Garcia"
]
}
],
"cve": "CVE-2026-5704",
"cwe": {
"id": "CWE-434",
"name": "Unrestricted Upload of File with Dangerous Type"
},
"discovery_date": "2026-04-06T13:36:20+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455360"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in tar. A remote attacker could exploit this vulnerability by crafting a malicious archive, leading to hidden file injection with fully attacker-controlled content. This bypasses pre-extraction inspection mechanisms, potentially allowing an attacker to introduce malicious files onto a system without detection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: tar: Hidden file injection via crafted archives",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5704"
},
{
"category": "external",
"summary": "RHBZ#2455360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5704"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5704",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5704"
}
],
"release_date": "2026-04-06T13:36:20+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid extracting archives from untrusted sources. If processing untrusted archives is necessary, do so within a sandboxed environment to limit potential impact.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tar: tar: Hidden file injection via crafted archives"
},
{
"cve": "CVE-2026-6322",
"cwe": {
"id": "CWE-140",
"name": "Improper Neutralization of Delimiters"
},
"discovery_date": "2026-05-05T11:01:00.332189+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466684"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI\u0027s intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: URI authority bypass due to improper delimiter handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in the `fast-uri` library allows an attacker to bypass security controls in Red Hat products that process Uniform Resource Identifiers (URIs). By crafting a malicious URI with percent-encoded authority delimiters, an attacker can cause the library to incorrectly interpret the URI\u0027s authority, potentially redirecting applications to an unintended domain. This could lead to a bypass of host allowlist checks, redirect validation, or outbound request routing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6322"
},
{
"category": "external",
"summary": "RHBZ#2466684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6322"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc"
}
],
"release_date": "2026-05-05T10:29:16.378000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: URI authority bypass due to improper delimiter handling"
},
{
"cve": "CVE-2026-6653",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-06-22T14:01:42.248415+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491354"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2. A remote attacker can exploit a use-after-free vulnerability in the `xmlParseInternalSubset` function by providing maliciously crafted XML input. This improper handling of entity resolution can lead to a denial-of-service (DoS), making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: mingw-libxml2: libxml2: Denial of Service via crafted XML input due to use-after-free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact use-after-free vulnerability in libxml2 can lead to a denial of service in Red Hat products that process untrusted XML input. In the worst-case scenario, a remote attacker is able to provide specially crafted XML, which, if parsed by an affected application, could cause the application to crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6653"
},
{
"category": "external",
"summary": "RHBZ#2491354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491354"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6653",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6653"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6653",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6653"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/2141260",
"url": "https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/2141260"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/work_items/1058",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/work_items/1058"
}
],
"release_date": "2026-06-22T12:40:31.424000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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.\n\nUpdating to a fixed version of libxml2 (2.11.0 or later upstream, or a future RHEL errata) will fully resolve this issue.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: mingw-libxml2: libxml2: Denial of Service via crafted XML input due to use-after-free"
},
{
"cve": "CVE-2026-8286",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-03T07:01:27.043110+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496763"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Insecure connection establishment due to TLS configuration mismatch",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw as `curl` may establish an insecure connection when attempting to upgrade a transfer with STARTTLS, potentially reusing an existing connection with mismatched TLS configurations. This could lead to unexpected data exposure or compromise, particularly in environments where `curl` is used for sensitive data transfers and relies on STARTTLS for security.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-8286"
},
{
"category": "external",
"summary": "RHBZ#2496763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496763"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-8286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-8286"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-8286.html",
"url": "https://curl.se/docs/CVE-2026-8286.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-8286.json",
"url": "https://curl.se/docs/CVE-2026-8286.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3718195",
"url": "https://hackerone.com/reports/3718195"
}
],
"release_date": "2026-07-03T06:14:17.541000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "curl: curl: Insecure connection establishment due to TLS configuration mismatch"
},
{
"cve": "CVE-2026-9547",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-03T07:01:12.182841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496758"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server\u0027s host key type differs from the one stored in the known_hosts file. The callback mechanism fails to enforce the host key restriction, enabling a connection to an untrusted server and risking a man-in-the-middle attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Man-in-the-middle attack via SSH host key bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw where libcurl-based applications performing SCP or SFTP transfers with the CURLOPT_SSH_KEYFUNCTION callback may silently accept an untrusted server. This occurs when a server presents a host key type that differs from the one recorded in the known_hosts file, bypassing a critical host key verification and enabling potential man-in-the-middle attacks. The vulnerability requires specific application callback usage, not a general curl client default.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9547"
},
{
"category": "external",
"summary": "RHBZ#2496758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496758"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9547"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-9547.html",
"url": "https://curl.se/docs/CVE-2026-9547.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-9547.json",
"url": "https://curl.se/docs/CVE-2026-9547.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3751712",
"url": "https://hackerone.com/reports/3751712"
}
],
"release_date": "2026-07-03T06:18:44.499000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "curl: curl: Man-in-the-middle attack via SSH host key bypass"
},
{
"cve": "CVE-2026-11822",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-06-09T20:01:15.006955+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SQLite\u0027s FTS5 full-text search extension. This vulnerability involves memory corruption, specifically an out-of-bounds read and a heap buffer overflow, which can be triggered by supplying a crafted database with malformed FTS5 page data. When an FTS5 MATCH query is executed against such a database, an attacker can cause process crashes, memory exhaustion, or achieve arbitrary code execution, potentially compromising the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: SQLite: Arbitrary code execution via crafted FTS5 full-text search data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in the SQLite FTS5 full-text search extension can lead to arbitrary code execution or denial of service. Exploitation requires an application to process a specially crafted SQLite database containing malformed FTS5 page data, which could occur if an attacker provides a malicious database to a vulnerable application. This risk is elevated in scenarios where applications handle untrusted SQLite database files.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11822"
},
{
"category": "external",
"summary": "RHBZ#2487258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11822"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11822",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11822"
},
{
"category": "external",
"summary": "https://sqlite.org/releaselog/3_53_2.html",
"url": "https://sqlite.org/releaselog/3_53_2.html"
},
{
"category": "external",
"summary": "https://sqlite.org/src/info/061febcf41ca",
"url": "https://sqlite.org/src/info/061febcf41ca"
},
{
"category": "external",
"summary": "https://sqlite.org/src/info/4a5ad516ea93",
"url": "https://sqlite.org/src/info/4a5ad516ea93"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/sqlite-before-memory-corruption-in-fts5-extension",
"url": "https://www.vulncheck.com/advisories/sqlite-before-memory-corruption-in-fts5-extension"
}
],
"release_date": "2026-06-09T19:08:31.019000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: SQLite: Arbitrary code execution via crafted FTS5 full-text search data"
},
{
"cve": "CVE-2026-11824",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-06-09T20:02:19.874232+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487269"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SQLite, specifically within its FTS5 full-text search extension. Attackers can exploit a heap-based buffer overflow by providing a specially crafted database. This crafted database contains malicious metadata that triggers an integer underflow during FTS5 MATCH query processing. Successful exploitation of this vulnerability can lead to a crash of the application or allow for arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: SQLite: Arbitrary code execution and crash via heap-based buffer overflow in FTS5",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in SQLite\u0027s FTS5 full-text search extension can lead to arbitrary code execution or application crashes due to a heap-based buffer overflow. Exploitation requires an attacker to provide a specially crafted SQLite database, which must then be processed by an application compiled with FTS5 support. While requiring user interaction and local access, the potential for full impact on system resources justifies the 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11824"
},
{
"category": "external",
"summary": "RHBZ#2487269",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487269"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11824",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11824"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11824",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11824"
},
{
"category": "external",
"summary": "https://sqlite.org/releaselog/3_53_2.html",
"url": "https://sqlite.org/releaselog/3_53_2.html"
},
{
"category": "external",
"summary": "https://sqlite.org/src/info/061febcf41ca",
"url": "https://sqlite.org/src/info/061febcf41ca"
},
{
"category": "external",
"summary": "https://sqlite.org/src/info/4a5ad516ea93",
"url": "https://sqlite.org/src/info/4a5ad516ea93"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/sqlite-before-heap-buffer-overflow-via-fts5-fts5chunkiterate",
"url": "https://www.vulncheck.com/advisories/sqlite-before-heap-buffer-overflow-via-fts5-fts5chunkiterate"
}
],
"release_date": "2026-06-09T19:21:42.603000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: SQLite: Arbitrary code execution and crash via heap-based buffer overflow in FTS5"
},
{
"cve": "CVE-2026-11979",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-06-29T14:01:11.961973+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494191"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2, specifically within the xmlcatalog utility when operating in shell mode. An attacker can exploit multiple stack-based buffer overflows by providing an excessively long input line. This leads to memory corruption, which may cause the application to crash or potentially allow the attacker to execute arbitrary code within the context of the xmlcatalog process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: libxml2: Arbitrary code execution in xmlcatalog utility via buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in libxml2 affects the `xmlcatalog` utility when operating in `--shell` mode. Exploitation requires an attacker to provide specially crafted, excessively long input, leading to stack-based buffer overflows. This vulnerability is limited to scenarios where an attacker can control input to the `xmlcatalog` utility, reducing its overall exposure in typical Red Hat deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11979"
},
{
"category": "external",
"summary": "RHBZ#2494191",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494191"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11979"
},
{
"category": "external",
"summary": "https://cert.pl/en/posts/2026/06/CVE-2026-11979",
"url": "https://cert.pl/en/posts/2026/06/CVE-2026-11979"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/c2e233fc1b341685fc99621b2768b503f777a72e",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/c2e233fc1b341685fc99621b2768b503f777a72e"
}
],
"release_date": "2026-06-29T13:21:42.697000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: libxml2: Arbitrary code execution in xmlcatalog utility via buffer overflow"
},
{
"cve": "CVE-2026-14164",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2026-06-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493411"
}
],
"notes": [
{
"category": "description",
"text": "A double free issue has been identified in libarchive\u0027s RAR5 reader. During parsing of a specially crafted RAR5 archive, the filtered_buf pointer may remain stale after being freed during unpacking state reinitialization. Subsequent processing of another archive entry can trigger a second free of the same memory region, resulting in a double-free condition. Successful exploitation may cause applications using the vulnerable libarchive API to terminate unexpectedly, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Double-Free Vulnerability in RAR5 Decompression Logic via dangling filtered_buf pointer in init_unpack()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has assessed this CVE as 7.5 CVSS with Moderate security Impact. This assessment reflects the library\u0027s typical deployment within enterprise software, where libarchive is frequently embedded into automated, network-accessible services that receive and process archives originating from remote sources. In these environments, a specially crafted RAR5 archive may be delivered and processed automatically without requiring direct user interaction, allowing a remote attacker to trigger the vulnerability and cause the affected application or service processing the archive to terminate unexpectedly, resulting in a denial of service.\n\nFrom a standalone library perspective, however, the vulnerable code is only reached when an application opens and processes a crafted RAR5 archive. Evaluating libarchive in isolation, without considering downstream deployment models, the vulnerability more closely aligns with a CVSS score of 5.5-CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H (Moderate), reflecting an Attack Vector of Local (AV:L) and User Interaction Required (UI:R). This is because the crafted archive must first be delivered to and processed by a local application before the vulnerable parsing logic is executed. \n\nRed Hat\u0027s assigned score instead reflects the operational deployment of libarchive in automated, network-facing workloads in downstream environment models rather than the standalone library in isolation.\n\n```\n\nThis vulnerability only affects libarchive releases that include support for the RAR5 archive format. RAR5 support was first introduced upstream in libarchive 3.4.0 (https://github.com/libarchive/libarchive/wiki/ReleaseNotes#libarchive-340). Earlier libarchive releases do not contain the vulnerable RAR5 parsing code and are therefore not affected.\n\nRed Hat Enterprise Linux 6, 7, and 8 ship Libarchive versions prior to v3.4.0 that do not include RAR5 support and are therefore not affected.\n\n```",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-14164"
},
{
"category": "external",
"summary": "RHBZ#2493411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-14164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-14164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-14164"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/issues/3069",
"url": "https://github.com/libarchive/libarchive/issues/3069"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/3071",
"url": "https://github.com/libarchive/libarchive/pull/3071"
}
],
"release_date": "2026-05-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the appropriate security update once it becomes available.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libarchive: Double-Free Vulnerability in RAR5 Decompression Logic via dangling filtered_buf pointer in init_unpack()"
},
{
"acknowledgments": [
{
"names": [
"Gitee Codepecker Lab"
]
}
],
"cve": "CVE-2026-15588",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499675"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service and resource exhaustion vulnerability exists within the `GDBus` component of GLib. The `gdbusauth` authentication mechanism fails to enforce proper length limitations on data lines read from a client. An unauthenticated local or remote attacker can exploit this lack of input validation by sending excessively long streams of data, causing the application to consume massive amounts of system memory and CPU, potentially leading to a crash or system hang.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "GDBusServer: glib2: GDBusServer pre-authentication DoS via unbounded SASL line buffering",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the `GDBus` component of GLib. A local or remote unauthenticated attacker could send an engineered stream of data without line length limitations during the authentication process (`gdbusauth`), leading to excessive memory allocation and CPU consumption. This resource exhaustion can result in a denial-of-service (DoS) condition, causing applications or services dependent on GLib to become unstable or crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15588"
},
{
"category": "external",
"summary": "RHBZ#2499675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15588"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3985",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3985"
}
],
"release_date": "2026-07-12T10:10:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "GDBusServer: glib2: GDBusServer pre-authentication DoS via unbounded SASL line buffering"
},
{
"acknowledgments": [
{
"names": [
"Micha\u0142 Majchrowicz",
"Marcin Wyczechowski"
],
"organization": "AFINE Team"
}
],
"cve": "CVE-2026-18477",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-07-31T10:48:52.898000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2509735"
}
],
"notes": [
{
"category": "description",
"text": "A TOCTOU (Time-of-Check Time-of-Use) vulnerability in GNU tar\u0027s incremental dumpdir \u0027X\u0027 rename handling allows a local attacker with write access to a directory being backed up to influence the restore process if the attacker has access to the system where the restore is being performed. During restoration, files or directories may be created, renamed or overwritten outside the intended extraction directory. This could lead to unauthorized file modification or, in some cases, privilege escalation. Exploitation does not require the attacker to modify or craft the archive, and standard backup and restore workflows\u2014including extracting into a newly created directory without using the -P option do not mitigate the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: tar: TOCTOU in incremental dumpdir \u0027X\u0027 rename handling allows restore path escape",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects GNU tar incremental backup and restore (-g/-G). A local attacker who can write to content included in an incremental backup, and who can also access the system where that backup is later restored, may cause the restore to create, rename, or overwrite paths outside the intended extraction directory via a TOCTOU race in dumpdir \u0027X\u0027 handling. The attacker does not need to craft or alter the archive, and extracting it into a fresh directory does not mitigate the issue. Red Hat is assessing impact for the tar package in supported products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18477"
},
{
"category": "external",
"summary": "RHBZ#2509735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2509735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18477"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18477",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18477"
}
],
"release_date": "2026-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Do not perform incremental restores (-G/-g) from untrusted archives. Avoid restoring incremental backups on systems where untrusted users have shell access,\u200b perform restoration only on systems inaccessible to users.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tar: tar: TOCTOU in incremental dumpdir \u0027X\u0027 rename handling allows restore path escape"
},
{
"acknowledgments": [
{
"names": [
"Pavel Cahyna"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-18508",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-31T16:57:51.102000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2509843"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNU tar. When extracting an archive with the --one-top-level option, hardlink targets are not confined to the designated top-level directory and may resolve relative to the extraction working directory. A crafted archive can create hardlinks that escape the intended boundary and, when combined with a preexisting symbolic link under the working directory, may allow writing outside that boundary during a single extraction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: tar: --one-top-level hardlink targets not confined to top-level directory enabling arbitrary file overwrite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux is affected. This issue only applies when the --one-top-level option is used to extract an untrusted archive. Default tar extraction without --one-top-level is not impacted by this specific boundary failure. Users should avoid using --one-top-level as the sole confinement mechanism for untrusted archives until fixed packages are available.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18508"
},
{
"category": "external",
"summary": "RHBZ#2509843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2509843"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18508"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18508",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18508"
}
],
"release_date": "2026-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Do not use --one-top-level as the sole confinement mechanism when extracting untrusted archives. Prefer extracting as an unprivileged user into a freshly created empty directory after changing into that directory (mkdir and cd), avoid extracting as root from sensitive working directories such as /, and follow the GNU tar security guidance for untrusted archives.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tar: tar: --one-top-level hardlink targets not confined to top-level directory enabling arbitrary file overwrite"
},
{
"cve": "CVE-2026-41991",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-06-29T12:01:03.862009+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494158"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `gzexe` utility of GNU `gzip`. When the `mktemp` utility is not available, `gzexe` creates temporary files with predictable names based on the process ID. A local attacker can exploit this by pre-creating a symbolic link to an arbitrary file at the predicted temporary file path. This can lead to a Time-of-Check to Time-of-Use (TOCTOU) condition, allowing the attacker to overwrite arbitrary files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gzip: gzip: Arbitrary file overwrite via insecure temporary file handling in gzexe utility",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the gzexe utility of GNU gzip. When the mktemp utility is not available in the user\u0027s PATH, gzexe creates temporary files with predictable names based on the process ID. A local attacker can exploit this by creating a symbolic link at the predicted temporary file path, leading to a TOCTOU race condition that allows arbitrary file overwrite. On Red Hat Enterprise Linux, mktemp is provided by coreutils which is always installed, making the vulnerable fallback code path effectively unreachable in standard deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41991"
},
{
"category": "external",
"summary": "RHBZ#2494158",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494158"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41991"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41991",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41991"
},
{
"category": "external",
"summary": "https://cert.pl/en/posts/2026/04/CVE-2026-41991/",
"url": "https://cert.pl/en/posts/2026/04/CVE-2026-41991/"
},
{
"category": "external",
"summary": "https://cgit.git.savannah.gnu.org/cgit/gzip.git/commit/?id=4e6f8b24ab823146ab8776f0b7fe486ab34d4269",
"url": "https://cgit.git.savannah.gnu.org/cgit/gzip.git/commit/?id=4e6f8b24ab823146ab8776f0b7fe486ab34d4269"
},
{
"category": "external",
"summary": "https://www.gnu.org/software/gzip/",
"url": "https://www.gnu.org/software/gzip/"
}
],
"release_date": "2026-06-29T10:15:50.766000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Ensure that the mktemp utility (provided by the coreutils package) is available in PATH when using the gzexe utility. On Red Hat Enterprise Linux, mktemp is installed by default and no additional action is needed.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gzip: gzip: Arbitrary file overwrite via insecure temporary file handling in gzexe utility"
},
{
"cve": "CVE-2026-41992",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-06-29T12:01:09.238155+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494159"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNU gzip. This global buffer overflow vulnerability in the LZH decompression logic is caused by improper reuse of shared global state between different decompression formats. An attacker can exploit this by providing a specially crafted LZW file followed by a specially crafted LZH file to the `gzip -d` command. This can lead to an out-of-bounds read, potentially resulting in information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gzip: gzip: Information disclosure via global buffer overflow in LZH 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41992"
},
{
"category": "external",
"summary": "RHBZ#2494159",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494159"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41992"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41992",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41992"
},
{
"category": "external",
"summary": "https://cert.pl/en/posts/2026/04/CVE-2026-41991/",
"url": "https://cert.pl/en/posts/2026/04/CVE-2026-41991/"
},
{
"category": "external",
"summary": "https://cgit.git.savannah.gnu.org/cgit/gzip.git/commit/?id=63dbf6b3b9e6e781df1a6a64e609b10e23969681",
"url": "https://cgit.git.savannah.gnu.org/cgit/gzip.git/commit/?id=63dbf6b3b9e6e781df1a6a64e609b10e23969681"
},
{
"category": "external",
"summary": "https://www.gnu.org/software/gzip/",
"url": "https://www.gnu.org/software/gzip/"
}
],
"release_date": "2026-06-29T10:15:57.278000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "gzip: gzip: Information disclosure via global buffer overflow in LZH decompression"
},
{
"cve": "CVE-2026-45409",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-05T23:01:44.292958+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485616"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the idna library, which handles Internationalized Domain Names in Python applications. A remote attacker could exploit this vulnerability by sending specially crafted, excessively long inputs to the library\u0027s encoding function. This could cause the system to consume significant resources, leading to a Denial of Service (DoS), where the affected application becomes unavailable to legitimate users. This issue stems from an incomplete fix for a previously identified vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: idna: Denial of Service via specially crafted long inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the python-idna library. This is an incomplete fix for CVE-2024-3651. The idna.encode() function performs contextual validation checks (valid_contexto) before rejecting oversized inputs, allowing specially crafted long payloads to cause excessive CPU consumption and lead to a denial of service. The fix in version 3.14 rejects long inputs early before further processing, and version 3.15 extends this approach to alternate per-label conversion and codec functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45409"
},
{
"category": "external",
"summary": "RHBZ#2485616",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485616"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45409",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45409"
},
{
"category": "external",
"summary": "https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx",
"url": "https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx"
}
],
"release_date": "2026-06-05T22:06:07.082000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this denial-of-service vulnerability, applications utilizing the `idna` Python library should implement input validation to ensure that domain names do not exceed the standard 253-character length limit before being passed to the `idna.encode()` function. This operational control prevents the processing of excessively long inputs that could lead to resource exhaustion and service unavailability.\n\nApplications that pass user-controlled data directly to `idna.encode()` without validation checks (e.g.: DNS length \u003c 254 chars) are affected.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: idna: Denial of Service via specially crafted long inputs"
},
{
"cve": "CVE-2026-45623",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-07-27T18:01:09.671498+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507595"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input",
"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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "RHBZ#2507595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45623"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q"
}
],
"release_date": "2026-07-27T17:23:13.326000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input"
},
{
"cve": "CVE-2026-54284",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-17T18:02:33.732676+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517527"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit a vulnerability in the TokenList construction and string conversion processes, specifically when handling nested token subtrees. This flaw leads to quadratic CPU consumption, which can result in a Denial of Service (DoS) by exhausting system resources before internal limits are reached.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlparse: sqlparse: Denial of Service via quadratic CPU consumption in SQL parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54284"
},
{
"category": "external",
"summary": "RHBZ#2517527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517527"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54284"
},
{
"category": "external",
"summary": "https://github.com/andialbrecht/sqlparse/commit/939b129e24c0ad5d51368b1aa72fffcaca76f06f",
"url": "https://github.com/andialbrecht/sqlparse/commit/939b129e24c0ad5d51368b1aa72fffcaca76f06f"
},
{
"category": "external",
"summary": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-pwgv-4x5q-6m9f",
"url": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-pwgv-4x5q-6m9f"
}
],
"release_date": "2026-08-17T17:43:48.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlparse: sqlparse: Denial of Service via quadratic CPU consumption in SQL parsing"
},
{
"acknowledgments": [
{
"names": [
"Andrew Tridgell \u003ctridge60@gmail.com\u003e",
"Alexander Peslyak \u003csolar@openwall.com\u003e"
]
}
],
"cve": "CVE-2026-54371",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-06-16T23:47:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490283"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `attr` package. This vulnerability allows a local attacker to perform a symlink traversal attack by replacing a pathname component with a symbolic link - either during directory hierarchy traversal by `getfattr` or during backup restoration by `setfattr`, which reads and resolves full pathnames from backup files. In both cases, when these utilities are executed by a privileged process over a path controlled by the attacker, this can lead to local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "attr: attr: Symlink Traversal Privilege Escalation via getfattr and setfattr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate severity flaw in the `getfattr` utility allows a local attacker to achieve privilege escalation. Exploitation requires a privileged process to invoke `getfattr` on a path controlled by the attacker, where a symbolic link can redirect operations to arbitrary files.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54371"
},
{
"category": "external",
"summary": "RHBZ#2490283",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490283"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54371",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54371"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54371",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54371"
}
],
"release_date": "2026-06-29T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "attr: attr: Symlink Traversal Privilege Escalation via getfattr and setfattr"
},
{
"cve": "CVE-2026-56434",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-15T15:01:11.109948+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500960"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in NGINX\u0027s ngx_http_ssi_module allows an unauthenticated MITM attacker to trigger a heap buffer over-read by manipulating upstream server responses. This requires SSI, proxy_pass, and proxy_buffering off to be configured, and can result in memory modification or a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: NGINX: Heap buffer over-read allows memory modification or denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate severity vulnerability in NGINX affects configurations utilizing the `ngx_http_ssi_module` alongside `proxy_pass` and `proxy_buffering off`. Exploitation requires an unauthenticated man-in-the-middle attacker to control upstream server responses, leading to limited memory modification or a worker process restart. The specific combination of directives and an active MITM position limits the overall 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56434"
},
{
"category": "external",
"summary": "RHBZ#2500960",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500960"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56434"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56434",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56434"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000162098",
"url": "https://my.f5.com/manage/s/article/K000162098"
}
],
"release_date": "2026-07-15T14:33:46.142000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To prevent exploitation, avoid configuring NGINX with `ngx_http_ssi_module` when `proxy_pass` and `proxy_buffering off` are simultaneously active. If Server-Side Includes (SSI) are not essential, disable the `ngx_http_ssi_module` by removing or commenting out the `ssi on;` directive. Alternatively, ensure `proxy_buffering` is explicitly enabled (`proxy_buffering on;`) when `proxy_pass` is used with SSI. A reload or restart of the NGINX service is necessary for configuration changes to apply, which may cause a brief service interruption.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nginx: NGINX: Heap buffer over-read allows memory modification or denial of service"
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58010",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2026-06-24T16:21:49.589000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492243"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. An off-by-one error can occur in the gvs_tuple_is_normal function in the glib/gvariant-serialiser.c file when doing an alignment padding check because the bounds check uses \u003e instead of \u003e=, causing an out-of-bounds read of only 1 byte. This issue can cause a minor information disclosure of 1 byte and a denial of service when the out-of-bounds read crosses a page boundary.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: buffer over-read in glib/gvariant-serialiser.c via gvs_tuple_is_normal()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications calling the `g_variant_is_normal_form()`,\u00a0`g_variant_get_normal_form()` or\u00a0`g_variant_byteswap()` functions that process untrusted GVariant data received from D-Bus, network or file are vulnerable to this issue. This flaw can cause an out-of-bounds read of only 1 byte, leading to an information disclosure of only 1 byte and a denial of service when the out-of-bounds read crosses a page boundary. Due to these reasons, this vulnerability 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58010"
},
{
"category": "external",
"summary": "RHBZ#2492243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492243"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58010"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3915",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3915"
}
],
"release_date": "2026-03-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: buffer over-read in glib/gvariant-serialiser.c via gvs_tuple_is_normal()"
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58011",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-06-24T16:30:03.305000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492245"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. An out-of-bounds read of only 2 bytes can occur in the g_date_time_get_ymd function in the glib/gdatetime.c file when an invalid GDateTime object produced by the g_date_time_add_full function is processed. This flaw can corrupt the date output and potentially cause logic errors that may lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: out-of-bounds read in glib/gdatetime.c:g_date_time_get_ymd via invalid GDateTime",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that allow a user to submit a date to `g_date_time_add_full()` and later call any getter functions, such as `g_date_time_get_month()` or `g_date_time_get_year()`, with the returned GDateTime object are vulnerable to this issue. This flaw can cause an out-of-bounds read of only 2 bytes, leading to a denial of service due to logic errors that a corrupted date can trigger. Due to these reasons, this vulnerability 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58011"
},
{
"category": "external",
"summary": "RHBZ#2492245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492245"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58011"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58011",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58011"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3917",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3917"
}
],
"release_date": "2026-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, in applications processing user-supplied dates, implement input validation to ensure the supplied date is within the supported range before calling g_date_time_add_full() with untrusted data, specifically rejecting inputs that result in a negative or zero days field.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: out-of-bounds read in glib/gdatetime.c:g_date_time_get_ymd via invalid GDateTime"
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58012",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2026-06-24T16:40:58.048000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. A buffer over-read can occur in the g_regex_replace function when used with the `G_REGEX_RAW` compile flag and case-change replacement escapes because the string_append function processes matched substrings using UTF-8 functions that assume valid UTF-8 input, even when the string is treated as raw bytes. This vulnerability can cause a minor information disclosure of 1-5 bytes and a denial of service when the buffer over-read crosses a page boundary.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: buffer over-read in g_regex_replace() via glib/gregex.c:string_append() and g_utf8_next_char()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that use g_regex_replace() or g_regex_replace_eval() with the G_REGEX_RAW compile flag and allow user-controlled replacement strings containing case-change escapes (\\u,\u00a0\\l,\u00a0\\U,\u00a0\\L) are vulnerable to this issue. This flaw can cause a buffer over-read of 1-5 bytes, leading to a minor information disclosure and a denial of service when the buffer over-read crosses a page boundary. Due to these reasons, this vulnerability 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58012"
},
{
"category": "external",
"summary": "RHBZ#2492247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58012"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58012",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58012"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3918",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3918"
}
],
"release_date": "2026-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement strict input validation to sanitize user-supplied replacement strings, specifically rejecting or escaping case-change modifiers (\\u, \\l, \\U, \\L) before calling g_regex_replace() or g_regex_replace_eval() when the G_REGEX_RAW compile flag is used. Removing the G_REGEX_RAW flag or hardcoding the replacement strings will completely neutralize this issue.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: buffer over-read in g_regex_replace() via glib/gregex.c:string_append() and g_utf8_next_char()"
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58013",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2026-06-24T16:49:18.947000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492248"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. A buffer over-read can occur in g_io_channel_read_line_backend() in the giochannel.c file when a custom line terminator with a length greater than one is set, causing memcmp to read past the GString buffer. This vulnerability can cause a minor information disclosure of 7 bytes or a denial of service when the buffer over-read crosses a page boundary.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: buffer over-read in glib/giochannel.c via \"g_io_channel_read_line_backend\"",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications calling g_io_channel_set_line_term() with a multi-byte line terminator (length greater than one) and subsequently calling g_io_channel_read_line_backend() are vulnerable to this issue. This flaw can cause a buffer over-read of 8 bytes, leading to an information disclosure of 7 bytes or a denial of service when the buffer over-read crosses a page boundary. Due to these reasons, this vulnerability 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58013"
},
{
"category": "external",
"summary": "RHBZ#2492248",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492248"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58013"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58013",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58013"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3925",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3925"
}
],
"release_date": "2026-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, restrict any custom line terminator string passed to g_io_channel_set_line_term() to a maximum length of one byte before calling g_io_channel_read_line_backend(). Using the default line terminators will completely neutralize this issue.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: buffer over-read in glib/giochannel.c via \"g_io_channel_read_line_backend\""
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58014",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2026-06-24T17:16:25.796000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492255"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. An off-by-one error can occur in the g_key_file_get_locale_string_list function in the gkeyfile.c file when loading a key file with an empty value. This flaw can cause an out-of-bounds access of 1 byte or a denial of service when the out-of-bounds access crosses a page boundary.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: off-by-one error in glib/gkeyfile.c via \"g_key_file_get_locale_string_list\"",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications loading or parsing untrusted key files, typically .desktop or .ini files, are vulnerable to this issue. This flaw can cause an off-by-one error, leading to an out-of-bounds access of 1 byte or a denial of service when the out-of-bounds access crosses a page boundary. Due to these reasons, this vulnerability 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58014"
},
{
"category": "external",
"summary": "RHBZ#2492255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58014"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58014",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58014"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3930",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3930"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement input validation to sanitize untrusted key files (such as .desktop or .ini files), specifically rejecting or stripping empty values before calling g_key_file_get_locale_string_list(). Alternatively, restricting the application to only load key files from trusted sources will completely neutralize this issue.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: off-by-one error in glib/gkeyfile.c via \"g_key_file_get_locale_string_list\""
},
{
"acknowledgments": [
{
"names": [
"Thepwnisher"
]
}
],
"cve": "CVE-2026-58015",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-24T17:22:00.405000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. The D-Bus client-side implementation of the DBUS_COOKIE_SHA1 SASL authentication mechanism does not validate the cookie_context parameter received from the server. A malicious D-Bus server can supply a cookie_context containing path traversal sequences, causing the client to read an arbitrary file and exfiltrate sensitive data by verifying guessed file contents against a generated hash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: path traversal in glib/gio/gdbusauthmechanismsha1.c via keyring_lookup_entry and mechanism_client_data_receive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be in a position to perform a man-in-the-middle (MitM) attack on the connection or operate a malicious server that the client connects to. Furthermore, extracting data requires an oracle attack (guessing and hashing), increasing the complexity of exploitation. However, if successful, this issue allows the exfiltration of sensitive secrets, such as SSH keys or API tokens, from the filesystem. Due to these reasons, this vulnerability 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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58015"
},
{
"category": "external",
"summary": "RHBZ#2492256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58015"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58015",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58015"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3931",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3931"
}
],
"release_date": "2026-04-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that applications only connect to trusted D-Bus servers and operate within secure, isolated networks to prevent man-in-the-middle (MitM) attacks. If feasible, configuring the D-Bus connection to strictly require the EXTERNAL authentication mechanism and disabling DBUS_COOKIE_SHA1 will completely neutralize this issue.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: path traversal in glib/gio/gdbusauthmechanismsha1.c via keyring_lookup_entry and mechanism_client_data_receive"
},
{
"cve": "CVE-2026-58055",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-06-28T03:01:22.756250+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493954"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in nghttp2\u0027s nghttpx proxy allows a remote attacker to perform HTTP request smuggling and cross-client response-queue poisoning. This occurs because the proxy ambiguously forwards HTTP/1.1 Upgrade requests that contain a Content-Length header to reusable keep-alive backend connections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: HTTP Request/Response Smuggling and Response-Queue Poisoning via ambiguous HTTP/1.1 Upgrade requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw in nghttp2\u0027s nghttpx proxy allows remote HTTP request smuggling and cross-client response poisoning by forwarding malformed HTTP/1.1 Upgrade requests containing a Content-Length body. This is rated Moderate because successful exploitation requires high attack complexity on the backend server.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58055"
},
{
"category": "external",
"summary": "RHBZ#2493954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493954"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58055"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58055",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58055"
},
{
"category": "external",
"summary": "https://github.com/bikini/exploitarium/tree/main/nghttp2-nghttpx-upgrade-queue-poison-poc",
"url": "https://github.com/bikini/exploitarium/tree/main/nghttp2-nghttpx-upgrade-queue-poison-poc"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/ab28105c4a0197da24f8bfc414bc116055249e1e",
"url": "https://github.com/nghttp2/nghttp2/commit/ab28105c4a0197da24f8bfc414bc116055249e1e"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nghttp2-nghttpx-http-request-response-smuggling-via-upgrade-request-with-content-length",
"url": "https://www.vulncheck.com/advisories/nghttp2-nghttpx-http-request-response-smuggling-via-upgrade-request-with-content-length"
}
],
"release_date": "2026-06-28T01:32:57.163000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Configure your WAF or load balancer to drop incoming HTTP/1.1 requests that contain both Upgrade and Content-Length headers. This blocks the malformed traffic at the edge before it can reach the vulnerable proxy without impacting legitimate users.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nghttp2: nghttp2: HTTP Request/Response Smuggling and Response-Queue Poisoning via ambiguous HTTP/1.1 Upgrade requests"
},
{
"cve": "CVE-2026-59868",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-07-08T16:01:01.825253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498114"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. When merge keys are enabled, a remote attacker could exploit this vulnerability by crafting a YAML document where a chain of mappings uses merge keys, each merging the previous one. This can lead to a significant increase in CPU time required to parse the document, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via quadratic CPU time parsing with merge keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "js-yaml versions 5.0.0 through 5.1.x are vulnerable to a denial of service. When merge keys (\u0027\u003c\u003c\u0027) are enabled during YAML parsing, js-yaml re-merges the accumulated mapping into each subsequent mapping in a chain. A document consisting of a linear chain of mappings that each merge the previous one causes quadratic (O(n^2)) CPU consumption relative to input size, even though the document size itself grows only linearly. This can be triggered via yaml.load() on untrusted YAML input that uses merge keys. Fixed in js-yaml 5.2.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59868"
},
{
"category": "external",
"summary": "RHBZ#2498114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498114"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59868"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/3105455b81dee69e0fd36e09ac0b2ccfdb54adc1",
"url": "https://github.com/nodeca/js-yaml/commit/3105455b81dee69e0fd36e09ac0b2ccfdb54adc1"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/5.2.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/5.2.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-g796-fgmg-93mv",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-g796-fgmg-93mv"
}
],
"release_date": "2026-07-08T15:18:19.422000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Upgrade to js-yaml 5.2.0 or later. Where an immediate upgrade is not possible, avoid parsing untrusted YAML documents that use merge keys (\u0027\u003c\u003c\u0027), or apply size and time limits when parsing untrusted YAML input.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via quadratic CPU time parsing with merge keys"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59893",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-17T17:51:31.430209+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517523"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit this vulnerability by providing specially crafted SQL input. This flaw causes inefficient processing of certain SQL patterns, leading to excessive CPU consumption and potentially a Denial of Service (DoS) condition, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlparse: sqlparse: Denial of Service via inefficient SQL parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59893"
},
{
"category": "external",
"summary": "RHBZ#2517523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517523"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59893",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59893"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59893",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59893"
},
{
"category": "external",
"summary": "https://github.com/andialbrecht/sqlparse/commit/d1d80602741f77ec78e5a04ce4719244cf32352e",
"url": "https://github.com/andialbrecht/sqlparse/commit/d1d80602741f77ec78e5a04ce4719244cf32352e"
},
{
"category": "external",
"summary": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-prg7-hcfm-mfcr",
"url": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-prg7-hcfm-mfcr"
}
],
"release_date": "2026-08-17T17:41:36.621000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlparse: sqlparse: Denial of Service via inefficient SQL parsing"
},
{
"cve": "CVE-2026-60005",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-07-15T16:00:58.750113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500992"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in the NGINX ngx_http_slice_module allows remote, unauthenticated attackers to access uninitialized memory via crafted requests. If configured with unnamed regex captures or background cache updates, this flaw can result in limited memory disclosure or a denial-of-service crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: NGINX: Memory disclosure and denial of service in ngx_http_slice_module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This vulnerability in NGINX\u0027s `ngx_http_slice_module` could lead to memory disclosure or denial of service. The impact on Red Hat products is reduced because the `ngx_http_slice_module` is not enabled by default. Exploitation requires explicit configuration of the module with the `slice` directive and unnamed regex captures, or during a background cache update, limiting exposure in typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-60005"
},
{
"category": "external",
"summary": "RHBZ#2500992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500992"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-60005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60005"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-60005",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-60005"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000162100",
"url": "https://my.f5.com/manage/s/article/K000162100"
}
],
"release_date": "2026-07-15T15:04:21.040000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the ngx_http_slice_module entirely if it is not required.\nIf the module must be used, avoid unnamed regex captures with the slice directive and explicitly disable proxy_cache_background_update.\nReload or restart the NGINX service to apply these changes. Please note this may cause a brief service interruption.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nginx: NGINX: Memory disclosure and denial of service in ngx_http_slice_module"
},
{
"cve": "CVE-2026-67213",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-29T14:01:09.009518+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid (Nano ID), a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service (DoS) condition by hanging the application\u0027s calling thread.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Denial of Service via infinite loop in random ID generation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An algorithmic denial of service flaw was found in the `nanoid` library. When calling `customAlphabet` or `customRandom` with a `size` parameter of `0`, the internal generation loop fails to meet its termination condition. In Node.js or browser execution contexts, an attacker who supplies an unvalidated, zero-value size parameter to these functions causes the thread to enter an infinite loop, driving CPU utilization to 100% and completely blocking event loop execution for that thread.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67213"
},
{
"category": "external",
"summary": "RHBZ#2508406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67213"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67213",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67213"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7",
"url": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.6",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.6"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom",
"url": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom"
}
],
"release_date": "2026-07-29T13:32:01.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure application code validates the size parameter passed to customAlphabet or customRandom, rejecting or sanitizing zero-value inputs before passing them to nanoid.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Denial of Service via infinite loop in random ID generation"
},
{
"cve": "CVE-2026-67214",
"cwe": {
"id": "CWE-839",
"name": "Numeric Range Comparison Without Minimum Check"
},
"discovery_date": "2026-07-29T14:01:28.637584+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508411"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid (Nano ID), a JavaScript library used for generating unique identifiers. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a negative size input to the customAlphabet or nanoid functions within the library\u0027s non-secure module. When a negative size is provided, these functions enter an infinite loop, causing the application to hang indefinitely and disrupting service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Denial of Service via negative size input in non-secure module functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An input validation flaw in Nano ID\u0027s non-secure module (`nanoid/non-secure`) causes an infinite loop in the `customAlphabet` and `nanoid` functions when processed with a negative size parameter. Because the decrementing loop counter never meets its termination condition, an unauthenticated attacker who passes an unvalidated negative integer value can block the NodeJS event loop, resulting in a thread hang and complete Denial of Service (DoS) for the host application.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67214"
},
{
"category": "external",
"summary": "RHBZ#2508411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67214"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67214",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67214"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/6ccc67bbaba71d3d77a21d9b636f4171a268ce49",
"url": "https://github.com/ai/nanoid/commit/6ccc67bbaba71d3d77a21d9b636f4171a268ce49"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.16",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.16"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-negative-size-in-non-secure-module",
"url": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-negative-size-in-non-secure-module"
}
],
"release_date": "2026-07-29T13:32:02.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Sanitize all user-supplied integer inputs before passing them to `nanoid` or `customAlphabet` functions in the `nanoid/non-secure` module, ensuring the size parameter is strictly a non-negative integer.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Denial of Service via negative size input in non-secure module functions"
},
{
"cve": "CVE-2026-71491",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-08-17T17:31:07.770327+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517518"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit this vulnerability by providing specially crafted SQL input that contains numerous comment-only statements. This could cause the `group_comments` function to repeatedly rescan these statements, leading to excessive CPU consumption and a Denial of Service (DoS) for the application using the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlparse: sqlparse: Denial of Service via quadratic CPU consumption in comment grouping",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-71491"
},
{
"category": "external",
"summary": "RHBZ#2517518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-71491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-71491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-71491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-71491"
},
{
"category": "external",
"summary": "https://github.com/andialbrecht/sqlparse/commit/ef2012a5eeb491e604dea2b00d516904a3830c87",
"url": "https://github.com/andialbrecht/sqlparse/commit/ef2012a5eeb491e604dea2b00d516904a3830c87"
},
{
"category": "external",
"summary": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-f2ff-p2ww-7p4p",
"url": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-f2ff-p2ww-7p4p"
}
],
"release_date": "2026-08-17T17:16:48.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlparse: sqlparse: Denial of Service via quadratic CPU consumption in comment grouping"
},
{
"cve": "CVE-2026-73643",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-13T18:11:25.926202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515531"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser. A remote attacker could exploit this vulnerability by providing specially crafted YAML input containing nested flow collections. This can lead to exponential parsing time when the application processes untrusted input, consuming excessive CPU resources. This resource exhaustion can block the Node.js event loop and cause a Denial of Service (DoS) for the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in the `js-yaml` library, where processing specially crafted YAML input can lead to exponential parsing time. This can cause applications utilizing affected versions of `js-yaml` within Red Hat products to consume excessive CPU resources, potentially blocking the Node.js event loop and leading to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73643"
},
{
"category": "external",
"summary": "RHBZ#2515531",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515531"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73643"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853",
"url": "https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"release_date": "2026-08-13T17:47:30.404000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict applications from processing untrusted YAML input with affected versions of the `js-yaml` library. Implement strict input validation to ensure that only trusted and well-formed YAML data is processed. If the application is exposed to external, untrusted sources, consider isolating the application or implementing additional resource limits to prevent complete service disruption.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections"
},
{
"cve": "CVE-2026-75899",
"cwe": {
"id": "CWE-140",
"name": "Improper Neutralization of Delimiters"
},
"discovery_date": "2026-08-24T09:51:05.559475+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2521778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri, a URI parser for Node.js. The component incorrectly decodes percent escapes in a hostname twice during URI parsing and authority recomposition. This double decoding can allow a remote attacker to manipulate a URI to point to a different network destination, such as a loopback address. This vulnerability can lead to Server-Side Request Forgery (SSRF) and bypass host-based security policies.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Server-Side Request Forgery via repeated hostname percent-decoding",
"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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-75899"
},
{
"category": "external",
"summary": "RHBZ#2521778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2521778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-75899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75899"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-75899",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-75899"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-fph4-wmhf-6fwf",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-fph4-wmhf-6fwf"
}
],
"release_date": "2026-08-24T09:40:19.801000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Server-Side Request Forgery via repeated hostname percent-decoding"
},
{
"cve": "CVE-2026-75931",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-08-24T09:51:02.191062+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2521777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri, a URI parser for Node.js. This vulnerability arises because the parser fails to consistently convert internationalized domain names (IDN) to their standard ASCII form when processing scheme-relative references. This inconsistency can lead to host confusion, where an application might validate a URI against a security policy using one hostname, but then resolve to a different, potentially malicious, hostname. This discrepancy could allow an attacker to bypass security policies and access unauthorized resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Host confusion via skipped IDN canonicalization",
"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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-75931"
},
{
"category": "external",
"summary": "RHBZ#2521777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2521777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-75931",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75931"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-75931",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-75931"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-5jgf-p345-68v8",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-5jgf-p345-68v8"
}
],
"release_date": "2026-08-24T09:30:04.212000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Host confusion via skipped IDN canonicalization"
},
{
"cve": "CVE-2026-75975",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-08-24T10:11:05.356309+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2521779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri, a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not fully validate the IPv6 grammar, allowing invalid trailing text in an authority to be silently discarded. This can lead to a malformed, attacker-controlled host being normalized into a different, valid IPv6 destination, such as a local or private IPv6 target. An application normalizing untrusted URLs before outbound requests, redirects, or proxy routing could be redirected, resulting in a server-side request forgery (SSRF) and address-policy bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Server-side request forgery via malformed IPv6 normalization",
"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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-75975"
},
{
"category": "external",
"summary": "RHBZ#2521779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2521779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-75975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75975"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-75975",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-75975"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-f65p-4m7j-42xc",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-f65p-4m7j-42xc"
}
],
"release_date": "2026-08-24T09:58:07.698000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Server-side request forgery via malformed IPv6 normalization"
},
{
"cve": "CVE-2026-76172",
"cwe": {
"id": "CWE-76",
"name": "Improper Neutralization of Equivalent Special Elements"
},
"discovery_date": "2026-08-24T10:31:12.887477+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2521798"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri, a software component used for parsing Uniform Resource Identifiers (URIs) in Node.js applications. This vulnerability arises from an issue in how fast-uri processes the scheme part of a URI, specifically when it contains special characters that are percent-encoded. An attacker can exploit this by crafting a malicious URI, causing the parser to misinterpret the host, which can lead to serious security risks. These risks include unauthorized redirection to external websites, server-side request forgery (SSRF) where the application makes unintended requests to internal or external resources, and bypassing security policies.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: URI parsing flaw enables server-side request forgery and redirects",
"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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-76172"
},
{
"category": "external",
"summary": "RHBZ#2521798",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2521798"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-76172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-76172"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-76172",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-76172"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-jqff-g426-hqxp",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-jqff-g426-hqxp"
}
],
"release_date": "2026-08-24T10:07:56.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: URI parsing flaw enables server-side request forgery and redirects"
},
{
"cve": "CVE-2026-76844",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-08-24T13:23:01.901282+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2521896"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in webpack-dev-middleware. A remote attacker can exploit a path traversal vulnerability when the configured publicPath lacks a trailing slash. By sending a specially crafted request, the attacker can bypass a security guard, allowing the middleware to resolve files from one directory above the intended output path. This could lead to information disclosure if the middleware is configured to use the physical filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: webpack-dev-middleware: Information Disclosure via Path Traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A path traversal flaw exists in webpack-dev-middleware when resolving URLs using a publicPath configuration lacking a trailing slash. By supplying a crafted URL with improper dot-dot positioning within a segment, an attacker can bypass the path traversal validation guard and offset calculation. When backed by a physical filesystem (writeToDisk enabled or custom outputFileSystem), this allows an unauthenticated remote attacker to read arbitrary files one directory level above the intended output directory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-76844"
},
{
"category": "external",
"summary": "RHBZ#2521896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2521896"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-76844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-76844"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-76844",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-76844"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/advisories/GHSA-wr3j-pwj9-hqq6"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware",
"url": "https://github.com/webpack/webpack-dev-middleware"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/blob/v8.1.1/src/middleware.js",
"url": "https://github.com/webpack/webpack-dev-middleware/blob/v8.1.1/src/middleware.js"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/webpack-dev-middleware-path-traversal-via-offset-slice-on-a-non-slash-terminated-publicpath",
"url": "https://www.vulncheck.com/advisories/webpack-dev-middleware-path-traversal-via-offset-slice-on-a-non-slash-terminated-publicpath"
}
],
"release_date": "2026-08-24T13:12:01.148000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-31T21:39:55+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:61783"
},
{
"category": "workaround",
"details": "Ensure that the configured publicPath always ends with a trailing slash (e.g., \u0027/assets/\u0027), or utilize the default setting (\u0027auto\u0027), which resolves to \u0027/\u0027 and is unmitigated by default. Alternatively, avoid backing the middleware with a physical filesystem (writeToDisk: false).",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:5efae8059c9c15454abac947b8482412686d60aaf5c104557d463e8282e340af_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:e9592a7aa5db3a61a7248d7b0305f3eb2fae189b1d078e483f1cc439f5b2351d_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: webpack-dev-middleware: Information Disclosure via Path Traversal"
}
]
}
ubuntu-cve-2026-73643
Vulnerability from osv_ubuntu
js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-js-yaml",
"binary_version": "3.10.0+dfsg-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "node-js-yaml",
"purl": "pkg:deb/ubuntu/node-js-yaml@3.10.0+dfsg-1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.9.1+dfsg-1",
"3.10.0+dfsg-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-js-yaml",
"binary_version": "3.13.1+dfsg-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "node-js-yaml",
"purl": "pkg:deb/ubuntu/node-js-yaml@3.13.1+dfsg-2?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.13.1+dfsg-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-js-yaml",
"binary_version": "4.1.0+dfsg+~4.0.5-6"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "node-js-yaml",
"purl": "pkg:deb/ubuntu/node-js-yaml@4.1.0+dfsg+~4.0.5-6?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.14.1+dfsg+~3.12.6-2",
"4.1.0+dfsg+~4.0.5-4ubuntu1",
"4.1.0+dfsg+~4.0.5-5",
"4.1.0+dfsg+~4.0.5-6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-js-yaml",
"binary_version": "4.1.0+dfsg+~4.0.5-7"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-js-yaml",
"purl": "pkg:deb/ubuntu/node-js-yaml@4.1.0+dfsg+~4.0.5-7?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.1.0+dfsg+~4.0.5-7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-js-yaml",
"binary_version": "4.1.1+dfsg+~4.0.9-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-js-yaml",
"purl": "pkg:deb/ubuntu/node-js-yaml@4.1.1+dfsg+~4.0.9-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.1.0+dfsg+~4.0.5-7",
"4.1.1+dfsg+~4.0.9-1"
]
}
],
"aliases": [],
"details": "js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2.",
"id": "UBUNTU-CVE-2026-73643",
"modified": "2026-08-19T11:11:14Z",
"published": "2026-08-13T18:18:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-73643"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73643"
},
{
"type": "REPORT",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-73643"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.