Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-73569 (GCVE-0-2026-73569)
Vulnerability from cvelistv5 – Published: 2026-08-13 17:45 – Updated: 2026-08-13 18:40- CWE-776 - Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
| URL | Tags |
|---|---|
| https://github.com/NaturalIntelligence/fast-xml-p… | x_refsource_CONFIRM |
| https://github.com/NaturalIntelligence/fast-xml-p… | x_refsource_MISC |
| https://github.com/NaturalIntelligence/fast-xml-p… | x_refsource_MISC |
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| NaturalIntelligence | fast-xml-parser |
Affected:
>= 5.9.3, < 5.10.1
|
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-73569",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-13T18:39:55.393516Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T18:40:13.283Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "fast-xml-parser",
"vendor": "NaturalIntelligence",
"versions": [
{
"status": "affected",
"version": "\u003e= 5.9.3, \u003c 5.10.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration\u0027s entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-776",
"description": "CWE-776: Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T17:45:25.045Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q"
},
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f"
},
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1"
}
],
"source": {
"advisory": "GHSA-8r6m-32jq-jx6q",
"discovery": "UNKNOWN"
},
"title": "fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-73569",
"datePublished": "2026-08-13T17:45:25.045Z",
"dateReserved": "2026-08-12T20:53:46.381Z",
"dateUpdated": "2026-08-13T18:40:13.283Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-73569",
"date": "2026-09-10",
"epss": "0.00372",
"percentile": "0.30495"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-73569\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-13T18:18:19.803\",\"lastModified\":\"2026-08-13T19:17:36.107\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration\u0027s entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"NaturalIntelligence\",\"product\":\"fast-xml-parser\",\"versions\":[{\"version\":\"\u003e= 5.9.3, \u003c 5.10.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-13T18:39:55.393516Z\",\"id\":\"CVE-2026-73569\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-776\"}]}],\"references\":[{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q\",\"source\":\"security-advisories@github.com\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-09T15:26:02+00:00",
"cve": "CVE-2026-73569",
"id": "CVE-2026-73569",
"initial_release_date": "2026-08-13T17:45:25.045000+00:00",
"product_status:fixed": "110",
"product_status:known_affected": "3",
"product_status:known_not_affected": "32",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via repeated DOCTYPE declarations",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-73569.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-73569\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-13T18:39:55.393516Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-13T18:40:06.892Z\"}}], \"cna\": {\"title\": \"fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits\", \"source\": {\"advisory\": \"GHSA-8r6m-32jq-jx6q\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"NaturalIntelligence\", \"product\": \"fast-xml-parser\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 5.9.3, \u003c 5.10.1\"}]}], \"references\": [{\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration\u0027s entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-776\", \"description\": \"CWE-776: Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-13T17:45:25.045Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-73569\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-13T18:40:13.283Z\", \"dateReserved\": \"2026-08-12T20:53:46.381Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-13T17:45:25.045Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-73569
Vulnerability from fkie_nvd - Published: 2026-08-13 18:18 - Updated: 2026-08-13 19:17| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "fast-xml-parser",
"vendor": "NaturalIntelligence",
"versions": [
{
"status": "affected",
"version": "\u003e= 5.9.3, \u003c 5.10.1"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration\u0027s entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1."
}
],
"id": "CVE-2026-73569",
"lastModified": "2026-08-13T19:17:36.107",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-73569",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-13T18:39:55.393516Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-08-13T18:18:19.803",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-776"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-8R6M-32JQ-JX6Q
Vulnerability from github – Published: 2026-07-21 22:06 – Updated: 2026-08-13 17:45Impact
fast-xml-parser processes multiple "DOCTYPE" declarations within a single XML document. Each declaration passes its entities to @nodable/entities through addInputEntities().
addInputEntities() resets the entity expansion counters every time it is called. An attacker can therefore insert additional DOCTYPE declarations to repeatedly reset maxTotalExpansions and maxExpandedLength during one parse operation.
This allows a crafted XML document to exceed the configured entity-expansion limits and can cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination.
Workarounds
- Manually check if multiple DOCTYPEs are not present in input contents
- Update to v5.10.1
- Keep
processEntityflag off
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "fast-xml-parser"
},
"ranges": [
{
"events": [
{
"introduced": "5.9.3"
},
{
"fixed": "5.10.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-73569"
],
"database_specific": {
"cwe_ids": [
"CWE-776"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-21T22:06:36Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "### Impact\n`fast-xml-parser` processes multiple \"DOCTYPE\" declarations within a single XML document. Each declaration passes its entities to `@nodable/entities` through `addInputEntities()`.\n\n`addInputEntities()` resets the entity expansion counters every time it is called. An attacker can therefore insert additional DOCTYPE declarations to repeatedly reset maxTotalExpansions and maxExpandedLength during one parse operation.\n\nThis allows a crafted XML document to exceed the configured entity-expansion limits and can cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination.\n\n### Workarounds\n- Manually check if multiple DOCTYPEs are not present in input contents\n- Update to v5.10.1\n- Keep `processEntity` flag off",
"id": "GHSA-8r6m-32jq-jx6q",
"modified": "2026-08-13T17:45:28Z",
"published": "2026-07-21T22:06:36Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q"
},
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f"
},
{
"type": "PACKAGE",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser"
},
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits"
}
RHSA-2026:65130
Vulnerability from csaf_redhat - Published: 2026-09-08 08:06 - Updated: 2026-09-10 14:59A flaw was found in fast-uri. This vulnerability arises because fast-uri does not correctly interpret backslash characters as authority delimiters in Uniform Resource Locators (URLs), unlike Node.js's native WHATWG URL parser. This discrepancy can cause applications that use fast-uri for security policy enforcement, such as allowlists or Server-Side Request Forgery (SSRF) filtering, to misidentify the intended host. Consequently, an attacker could bypass these security policies, potentially redirecting traffic to unintended internal or sensitive network destinations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_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: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64 | — |
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: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker could exploit this by submitting a specially crafted XML document containing multiple DOCTYPE declarations. These repeated declarations can reset internal entity expansion limits during parsing. This can lead to excessive CPU usage, event-loop blocking, and memory exhaustion, ultimately resulting in a Denial of Service (DoS) for the application processing the XML.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_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": "Red Hat OpenShift Data Foundation 4.22.3 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.22.3 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-10056: [Backport to odf-4.22.z] [IBM_Support]Capturing the db dump is failing in ODF 4.19 \nDFBUGS-9935: [ODF 4.22.z] ODF Upgrade fails when client operator completes upgrade before ocs-operator \nDFBUGS-9720: [Backport to odf-4.22.3] [RDR] odf dr validate application validation failes when there are more the one pair for RDR cluster\nDFBUGS-9561: [Fusion-Access MDR] With multiple apps(managed+disapp) there can be a race flip global vgr to secondary during cleanup\nDFBUGS-9401: on TNF - mon-c svc created with the wrong label selector during installation\nDFBUGS-9376: [Fusion-Access MDR][CNSA]: CNSA controller memory limit incorrectly reconciled to 400Mi by odf-operator\nDFBUGS-9015: [Backport to odf-4.22.z] [GSS] PVPool pod failing to start while nooba operator is scaled up\nDFBUGS-9002: [Fusion-Access MDR]: DRPC Progression state incorrectly reports \"Completed\" after failover while applications remain active on primary site (C1)\nDFBUGS-8993: [Fusion-Access MDR][Tracker-CNSA-11777]: collectFsRecoveryData.sh script collects all filesystem resources instead of target filesystem, causing risk of overwriting existing C2 configurations\nDFBUGS-8904: [Rook] Operator fails trying to mute a non existent - AUTH_INSECURE_SERVICE_KEY_TYPE error. \nDFBUGS-8878: [FusionAccess-MDR]: Add LUN group creation failing on secondary (c2) cluster due to missing devicefinder configmap for compute-0\nDFBUGS-8860: [Fusion-Access MDR][UI]: On c2, UI incorrectly displays \"Unhealthy\" status for Filesystem (FS) resource when status is empty \nDFBUGS-8838: Update Rook toolbox to use keyring from volume mount instead of env var\nDFBUGS-8290: [FusionAcess-Migration] Post migration Data Foundation service is not showing in installed services list\nDFBUGS-8204: [Migration] After Fusion Access migration not able to create PVC using new Storageclass\nDFBUGS-8118: [FusionAcess-Migration]Migration tool doesn\u0027t handle case where kmm-operator is installed in NS other than ibm-fusion-access\nDFBUGS-6369: [DRBD UI] Correct the pre-requisite re-direct link once odf tnf docs are ready",
"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:65130",
"url": "https://access.redhat.com/errata/RHSA-2026:65130"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-16221",
"url": "https://access.redhat.com/security/cve/CVE-2026-16221"
},
{
"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-56852",
"url": "https://access.redhat.com/security/cve/CVE-2026-56852"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73569",
"url": "https://access.redhat.com/security/cve/CVE-2026-73569"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_65130.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.22.3 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-09-10T14:59:56+00:00",
"generator": {
"date": "2026-09-10T14:59:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"id": "RHSA-2026:65130",
"initial_release_date": "2026-09-08T08:06:24+00:00",
"revision_history": [
{
"date": "2026-09-08T08:06:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-08T08:07:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-10T14:59:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.22",
"product": {
"name": "Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Adf519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1788162216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Aa6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1788161757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Aa9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=1788169582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"product": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"product_id": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devicefinder-rhel9@sha256%3A1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11?arch=amd64\u0026repository_url=registry.redhat.io/odf4/devicefinder-rhel9\u0026tag=1788162237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aa26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1788162644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ae9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1788162674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3A47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=1788169617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Acc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1788163152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1788162698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=1788169806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1788163060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1788163064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=1788169897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"product_id": "registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-tls-profiles-operator-bundle@sha256%3A95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle\u0026tag=1788169798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"product_id": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-blackbox-exporter-rhel9@sha256%3Ac9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-blackbox-exporter-rhel9\u0026tag=1788163005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Af95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1788163238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3Ad10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1788163127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1788164027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1788163231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1788165796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Aef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=1788170184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1788163305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3Ab281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=1788170544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"product_id": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-drbd-rhel9@sha256%3Af3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-drbd-rhel9\u0026tag=1788163607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1788163696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-operator-bundle@sha256%3Ad05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle\u0026tag=1788170090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1788163691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"product_id": "registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-lightspeed-rag-content-rhel9@sha256%3A474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9\u0026tag=1788163742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Afb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1788164126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1788163839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=1788171650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1788164031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Ae2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1788164121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3Ad68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=1788170150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=1788170173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=1788171518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Adfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=1788170252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Abdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1788164141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=1788171393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-mover-rhel9@sha256%3A827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9\u0026tag=1788164576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-rhel9-operator@sha256%3A418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator\u0026tag=1788164736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-operator-bundle@sha256%3Ac16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle\u0026tag=1788170515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1788164857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=1788170507"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Adf3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1788162216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1788161757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"product": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"product_id": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"product_identification_helper": {
"purl": "pkg:oci/devicefinder-rhel9@sha256%3A2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884?arch=arm64\u0026repository_url=registry.redhat.io/odf4/devicefinder-rhel9\u0026tag=1788162237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Ad582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1788162644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1788162674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Acb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1788163152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1788162698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1788163060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1788163064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"product_id": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-blackbox-exporter-rhel9@sha256%3A0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-blackbox-exporter-rhel9\u0026tag=1788163005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Aa672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1788163238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1788163127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Aa962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1788164027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ae30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1788163231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1788165796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1788163305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"product_id": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-drbd-rhel9@sha256%3A62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-drbd-rhel9\u0026tag=1788163607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1788163696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1788163691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1788164126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1788163839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1788164031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1788164121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1788164141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-mover-rhel9@sha256%3A3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9\u0026tag=1788164576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-rhel9-operator@sha256%3A5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator\u0026tag=1788164736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Abb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7?arch=arm64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1788164857"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1788162216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Afec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1788161757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"product_id": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devicefinder-rhel9@sha256%3Af798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/devicefinder-rhel9\u0026tag=1788162237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aa186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1788162644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1788162674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1788163152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1788162698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Ac2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1788163060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1788163064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-blackbox-exporter-rhel9@sha256%3A3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-blackbox-exporter-rhel9\u0026tag=1788163005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1788163238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1788163127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ac9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1788164027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Abf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1788163231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Aaf673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1788165796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ac5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1788163305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-drbd-rhel9@sha256%3Ab242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-drbd-rhel9\u0026tag=1788163607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3Add2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1788163696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1788163691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ae7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1788164126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1788163839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1788164031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1788164121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1788164141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-mover-rhel9@sha256%3Af045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9\u0026tag=1788164576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-rhel9-operator@sha256%3A3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator\u0026tag=1788164736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1788164857"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1788162216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1788161757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"product": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"product_id": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devicefinder-rhel9@sha256%3A8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/devicefinder-rhel9\u0026tag=1788162237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1788162644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Afbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1788162674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Acb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1788163152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1788162698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1788163060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ac42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1788163064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"product_id": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-blackbox-exporter-rhel9@sha256%3A6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-blackbox-exporter-rhel9\u0026tag=1788163005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1788163238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1788163127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ae7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1788164027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1788163231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Accbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1788165796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1788163305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"product_id": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-drbd-rhel9@sha256%3A121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-drbd-rhel9\u0026tag=1788163607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1788163696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1788163691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1788164126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aaf2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1788163839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1788164031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Aaf1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1788164121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1788164141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-mover-rhel9@sha256%3A59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9\u0026tag=1788164576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"product_id": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-volsync-plugin-rhel9-operator@sha256%3A931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator\u0026tag=1788164736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Abac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1788164857"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64"
},
"product_reference": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64"
},
"product_reference": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x"
},
"product_reference": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64 as a component of Red Hat Openshift Data Foundation 4.22",
"product_id": "Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-16221",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-19T15:02:40.167601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2502307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. This vulnerability arises because fast-uri does not correctly interpret backslash characters as authority delimiters in Uniform Resource Locators (URLs), unlike Node.js\u0027s native WHATWG URL parser. This discrepancy can cause applications that use fast-uri for security policy enforcement, such as allowlists or Server-Side Request Forgery (SSRF) filtering, to misidentify the intended host. Consequently, an attacker could bypass these security policies, potentially redirecting traffic to unintended internal or sensitive network destinations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: Fast-uri: Security policy bypass due to URL parsing inconsistency",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in fast-uri allows for a security policy bypass due to inconsistent URL parsing between fast-uri and Node.js\u0027s native WHATWG URL parser. Applications within Red Hat Hardened Images that rely on fast-uri for host-based policy enforcement, such as allowlists or Server-Side Request Forgery (SSRF) filtering, can be misled by specially crafted URLs. This could enable an attacker to redirect traffic to unintended internal or sensitive network destinations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-16221"
},
{
"category": "external",
"summary": "RHBZ#2502307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2502307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-16221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16221"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-16221",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-16221"
},
{
"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-v2hh-gcrm-f6hx",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v2hh-gcrm-f6hx"
}
],
"release_date": "2026-07-19T14:08:32.993000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-08T08:06:24+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.22/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:65130"
},
{
"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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: Fast-uri: Security policy bypass due to URL parsing inconsistency"
},
{
"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": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_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": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_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-09-08T08:06:24+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.22/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:65130"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
]
}
],
"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-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": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_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": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_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-09-08T08:06:24+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.22/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:65130"
},
{
"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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
]
}
],
"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-73569",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-08-13T18:11:11.490975+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515526"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker could exploit this by submitting a specially crafted XML document containing multiple DOCTYPE declarations. These repeated declarations can reset internal entity expansion limits during parsing. This can lead to excessive CPU usage, event-loop blocking, and memory exhaustion, ultimately resulting in a Denial of Service (DoS) for the application processing the XML.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via repeated DOCTYPE declarations",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability affecting Red Hat products that process untrusted XML input using the `fast-xml-parser` library versions 5.9.3 through 5.10.0. A remote attacker could provide a specially crafted XML document with multiple DOCTYPE declarations, leading to excessive CPU usage, memory exhaustion, and potential service disruption.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73569"
},
{
"category": "external",
"summary": "RHBZ#2515526",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515526"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73569",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73569"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73569"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q"
}
],
"release_date": "2026-08-13T17:45:25.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-08T08:06:24+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.22/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:65130"
},
{
"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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_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 Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ef792597309dd2b2bad4a112ac2a8aa1c829b66cbc4fe71b3812893007115b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:6e691b1a15420c549db5e4a6e9b3a5eec6bc8a17e51bb817bd3fd17078bdd870_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8cad5a5a1b38dcf49958020dd082c33a41867efaa53d9253e156e87e25fad6eb_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:a6d9c06e501ca1b872c623bdbd9fb948e2af86d43fe7f9bda4233ef3b9ac1ff9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:fec67b0e416ebb312242d264a55492b4262335e3e6491dcebfa28248537bbdc7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:29a5b024bbf8edf0a62046bad23f508821dec8b15db1cea7b27a00114d0c92ea_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:879e1a85f721d6dbe6f93975acc8509431f0a0d611f2ff05a65d2c65968a7854_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df3eb7d369b579cc10cff5a31b11eb3e1e8e3fcb69e7b2cac3d36808a7aaa00d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/cephcsi-rhel9@sha256:df519632d5b6eb2ccbe04e4acd9888f4cf8053d63af3b8fee7b790257b385f07_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:1867880e208217166bd1243993d77729650932d817e14d4768f819ab537d6b11_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:2d8b04673999f64e6731a3ead0ae7ee4ba48c038f1d3eea4677eb887f6d18884_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:8a623c48c5ef9edcdd32731113ce168b2416fba0c353573d73821c300764999a_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/devicefinder-rhel9@sha256:f798f8caa245b6f678e364d187957f822b4c1f3734849f343d68a982fef4c8a7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6214e40b774c0964ad6a5cb63719a01082def04d424492c7dc271580baff3c1e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a186ab41f6ede6fac926a184c56639e3468373a3062d9b5cb8460e2509004e64_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:a26a69a22c680071fb5c63811f32f198343245d9dfcc0807ee08a4bb62905b12_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d582a9131e8af913f3277dad9ac44a976dda9ab47687bb459b10041291e94a94_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-operator-bundle@sha256:47b195b679fad7b157db2d71464ec9f9606a425fc51303d9b84edf5d10d8deaa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:2bb34b4026d1b2d45bc899754020891ffb01c73ff45c4c2f6b95034e8afc4266_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:529a6ae5c2166ec88d260b52d4923cf2486bf829eede9fe368b41d51e8134465_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e9417f82845c5335462b2772fbfaabefc3a2e4dfc93ad4e162fda56a68646aae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:fbbea9977cc8cf8db3da6c0fa003cb99544053da0bf7960a582f56b680b8fcd9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:95491e857cf7d2f77079f9e9c5b29ad70939c4e0a265e76801dcad1bdfd61b25_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb0519a7f5a4ba2063f138367a9f54b38430894a62e4b3df65334964dd3608a4_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cb6fc07bd0195654493a3579f24e5b4cc4e408571ff8923232aa742b957825c3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cc83b81dd5a8e8a1acfa8723b1ca272b8959c5dbeb63d06c0253a09e63b7b8e7_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:49cf4bfb6a41d7caf1ac9b43a9e0e453f3bc9bf105e5b34748cd60b8410f515b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3b4fbb7c06c7c08e9281be7129b506bb75ee43edc9e8f70cf2f6f9c9eaa55534_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3da9265900f8be9685dcebff8b92cda8cbb7f33bd5f59aae14aa0b2debce1e35_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5ae7d4b8543f39d5a1af327fd7740e5704da1848828b57dc079615734be957be_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9181d381eacc879e82d9d28ff966d7b52851715cfe47f28faa935817384f3dcb_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:04b29dced82af0ec1b0f504ddfa49adfcedddc7784cbd2011ecda30f48beccdf_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:28fcf8ec39f195c0c50f32f547ec7e26cdb858d1d45002edfbef444338108115_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3ebfcf6b9ea88bb3ce832264160296af263f3ca0187fbcc9b236932089aa0012_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:c2424b1b011bdcb3990472a71d5fb7c83d74145de2471b88793ca7cfe013e726_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-operator-bundle@sha256:5a908035f10be96ab413543785c793ec365e1b2fab52f77cb41ade899f3ff33f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5a35091ef490263d8d9dc2bcbb59d4c1a39ee1d9378ce3d6bf0921423f12fc6f_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6ef9a8579babda1f4a2a0c0f1a87160611e992a3d930b96e1e1e0888015a67f7_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:74c993abd570db30e38471057e9309d362094fd5861bc702e50fbfd3d8274807_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c42bd7114848b94aea942aa3a201f0d14794a9af58be611f6d268e6cd1ebb97c_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/ocs-tls-profiles-operator-bundle@sha256:95420d25e34c8b1258466c924babc58579d01115f6af2e4c5f39d3b761b73212_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:0a6d0048f014d546984410ccfb3b00d58497710f68881ab4e51232c6f29b4fcd_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:3db1ef13f7e427f54a1a452ad7c8d7cd9528fe1d249905da55283d751523a0c0_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:6fff6b451024bf67a6dad465ef55693e53e168a84dfe5c712e1cea00a4ac2da2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-blackbox-exporter-rhel9@sha256:c9b3582bec476bc3e905915cff808dd72c3c10d06db7d38baf424b272bccde78_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0244fd9ba8cb080ec2098c0690d412539f2480e97903667de43a4bff5b25ccfc_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:80994655b9910af8ce8bca827cc927342bdd62e2d56e32d8c2b7500e60b36579_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:a672a8c5b53aeab42b964a069ad565be4724e48a6d926f89eb6bf0401f92612e_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cli-rhel9@sha256:f95b1e6c8a79e73a09adc90cbb8a0265c10cc3b20af550e0f842257b3b0219c9_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:0dfed40e7f1ec9b5e5c3af94cbe895bfa19b0327da886a8f830763468bb5633f_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:103008aa2a719141f8ee7c07e15a349fe3175ad8c3d5bb1a196e93e8d5ee0e5a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:84d65c126c0abfd3b31047f3617bb97ec5d57d411fa41d22a89f7cc6d362ea27_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:d10d781221c8f6c3caa3032da9330a3abf858cff7b5a5ab50a554912395f1c32_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:78cf9b9db8dafdab5a48659e53427658b310a74400916b16d0c20f3165fd9ede_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:a962b247225d547119d8b4d4f90e9299974fed12d021a0cd3dcdb0118e7e8d36_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:c9dc384c4b7579c4cb79ba0ea562e0beb2d96034de6e3f181b84ab73f8c5e796_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-console-rhel9@sha256:e7cd6f3a9276bdaff4d05f8271ba1711f25479c93cb7306e0228bd0b140505a3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:3274a373364529174f5e73fd18de5544c4491641e91e478461d08aa4fdee3b0e_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5b04042addb6c40984d320022c3962e392b4dc0fe8388e21e3a8d6172ff04114_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bf56d4534dfcdbc1e7a3d20f9074563488f3a63329241f41c264991341739303_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e30abeccc6b99d3b864e2d206d33b4f50bb94c5c2957b6d9c21ab6591102843c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:ef492f88e657d9d5f4d6a7fac58729669eebada08fc16730e40f0ab5696502ec_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:69cd5cf3759642ffed1524405e40abec5eb8e7f81e5a8978694a5611a3ab2b8c_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b00f2db641a55981bd5890b8435823403957e42d7bf06c653c6293cb6ebafae_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:af673ccbb6e42192d1d1b55e5ed674b052088b3e5fef3194a63d9bf310be5c7f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ccbeb256a653c3c496efeaff1708093691cd4c65def10c23f6438f058bca0688_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:17aed4218cb9046ed97af79dea7897c6520da0a1a298ecc485e2aadb3f248954_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:707b6dbc87e33ff16f946b2b99c4261a9a15c125660c1448a11b6bb9aab5ca0a_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:790f92bf175bea8fff278871bb55b74ef6dd73bfeb60f83d1ce3627edb4fac34_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c5aa562558b6aae47fc6d01554e68f670822bfdb98b5e6ec3e131f7b3d0795a3_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b281230828a70620c139a63ef1234576cc367555510fa2145b57a2b31af744fa_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:121a9f6e9ed74b6cc8a83d54222d4acab5376246dfef9b6c4e00fcec08379803_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:62ed4c372f636d76705441888d4bd7ae41f62f2509d765148d3fd120360334ad_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:b242c215be9cc38e58ab3298180eb80eed30161aadaed7038ae3bb2283e37ec1_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-drbd-rhel9@sha256:f3b3a1c05643cc897bbe46fc8d8a023432277b35ec3887fd82a1d3b239803d56_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d05c2ba44b8c1241736384f95a27d9be293fa2a2bf7b5ce5cc1e7bf99dba440b_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:26a1c516e1495cb59be9e6717a390d33d74a6cf8681d390692efabab83268640_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3cfad0f65dceb132ba4628995b11a9ff88540265aee268081c90433b6a74fc7f_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:979d852bab33a226f2cf9bb3a6e13f7c8e35109e33f3345c0e7bfebdd5606977_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:dd2cc8597c454a71bf51bb2c97e2283c30cb6c92e206b3c5a12cd0043fa440c6_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:11bc5073b802bb487387ad7280fd7cc0e5ecaf293493428a6c779e349c0aa69d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:40baddf053a15bb262013bf05afe944eda35efa1f3f3852bf2e3205ad4c0a0de_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:777081cfd593002405172c851205839d3f9ece9fa3b0300e9960db6d694c51f2_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8efa264ce32f26c21180c9917da363a5bd3d63a8b481664d6b4ab1a44379ee05_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-lightspeed-rag-content-rhel9@sha256:474b7ebf886457bd3216078c5e82b2b7b8e83aacaad399fc6bb4179c0d2b067a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6536e2af41e52dbff00fee1b17a05a9fc4e4fff347bf83d506d9a6abd6403d3d_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:6f464c23372f1b4f20619278055280640fa4034ef2d99739b142f4e5443a64f2_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7401645e184f3d114aa877de5ebf4b36b2879339f41afee4f14c6d24b77126d_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fb0d41970e3c21a630f27ce2957d6ad513e5df1ae97981bf300a0fe1219487c5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:4e916ec2739316c07484d4aa593e0de700ae6bbdc28ef937d47b05b33b98a8cd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2b9aefdb774cfab4de9a3a3c2630ef2b4ea6d8bb0ecdd047c791babb8d50e338_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:378cf21cf7e2a4e137291e2d02cdeec8801ec9751eded8cf427c50b4d1404e8d_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5042678e05482122cbd945c3b26f035e8f8a978a5244dc6ca08b5dc86391a57c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af2a975622bee368de20b9f79b2d06eaab97426654351734607fd3ad8d034ada_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:06bd5deee1c004357fe1f9f58ce57bcff39d4efb8b6c12492330e77bbbd52184_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:089b13aa1298893f3b4df2d54e5f3acbcde030691ad1ba5729e7d7556f36c6d5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:144af0d3bb5e45e6643d45f485947d5f030c78d17f81cd780000cb1eb905f5bf_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:43429691171ca77aa32de8776c8262eb8dbaae26fa852706684c02973eea51f9_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-operator-bundle@sha256:d68ea827decc3f3af9a4d7de1cac8f641c0eb976923dfdb6f57ee1646bfa2102_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:87a77fea907d6207f83cef3e35c2ea5a2f6e4d2d9f1316c58356fb66e114dddc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1ac86a5a5236137085944685f95b142bd6b5db1ab353ad1dafdf61569cf86eff_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:8d43b56b3cf6d10495d799d5107a000aae8367841c0b22c646def0e4fe84f11f_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:af1d989655a6cceca5669693790b4afa16931df0b340c83ad086fb83f6af8810_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odf-rhel9-operator@sha256:e2551e373e3eb16c42b3aa9f5ffecf8444008d25959f88b94e2f056b7d0b8e18_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:81be2684041e69e54c37c4ea2dbcda6f54ece039bdabb29b0ce34f619f1cddc5_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:dfb64f7372cfbf43752b4921ac25700f0a78fb32643930b7ced5dc04ddc28aff_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3fb402998f2fa3a6c18146858670f61d9832f7214ad56881dfebce8cfe0a602a_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:69c92d8b49b46707f87e2da6359f4c59b1b7721f75e3c5070e50cb0c6147e105_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7925124d6bd3d3265d99cae9048982ffb842180757be474d7aa697899c36c403_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:8b080d57eaacd80ecd9e1c3810554f697a48555cb25b3fb60dcb79a808ae9d42_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-rhel9-operator@sha256:bdf3823ce578eb588f9afcfd4cb2528380c4fd3f9d36a04b9d138df1a649ee8c_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:3edd01604aa2d613858020c7a7e97b8aa01bcb64e273486267ea0fa736a5ecc1_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:59f83099cb8c2b92de28522f72a1128aeb5131eebcb4bf897f0233e5af4286f3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:827f03d259ebcb38df7119bbfdab737988d065da3ff162e4f27f16d44309f0e0_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-mover-rhel9@sha256:f045537480f1a0b74262ccb2d6484bee80c96c39d8c88c4f611ad6c82b619f2c_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-operator-bundle@sha256:c16d8f3cbc5ce7dff4c1fd2234c3b62a80de0812dd64af46739d3d37a00326e6_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:3079f0d71edbbb98a247cfed86af00d5e91d5d93740a086945a6ccb167271778_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:418537e898b800a130b8163ecb96b73a65a2cf052cce2caa41967ddeff3084cc_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:5ab02faaa7e08d076089d6db066fad46d81be3c69876784624625ee03dbb2fe3_arm64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/odr-volsync-plugin-rhel9-operator@sha256:931952dbbea6faf2551e0f4aaa7c6c477a2ea0a7389f5fb043e33e38591cedb3_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:4b06aa2640ad1fa4979fa44e84b6c33e4e463814231ea93dac0a89d5bf917fdd_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35135d2de8a81d96e0ad4334003924efea73b3982d25dde64ce530798cdc4c79_ppc64le",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4942c7749960ca6d4dafb787fd124cdb5afbce989a4dc1e2f20ea14b872238a4_amd64",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bac782ed701a717313c561155a71574e9ab4ffa80a56bad90e8dc871496cd174_s390x",
"Red Hat Openshift Data Foundation 4.22:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bb3adbd4d13a350b0f93e946408ad7e2eb6e399cfab922e7fab992380598bee7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via repeated DOCTYPE declarations"
}
]
}
RHSA-2026:66003
Vulnerability from csaf_redhat - Published: 2026-09-09 13:39 - Updated: 2026-09-09 23:16A flaw was found in Multer. A remote attacker can exploit this vulnerability by sending a single HTTP request with crafted multipart form data containing deeply nested field names. This can force the allocation of deeply nested object structures, consuming excessive CPU and memory resources. The vulnerability ultimately leads to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Django. GeoDjango's spatial lookups can be exploited by a staff user with view permissions who submits a specially crafted spatial-field filter. This vulnerability allows an attacker to write arbitrary files to the server, which can lead to remote code execution. Additionally, it can be used to make outbound network requests, resulting in server-side request forgery.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `ip-address` library. This library, used for parsing and manipulating IPv4 and IPv6 addresses in JavaScript, is vulnerable to Server-Side Request Forgery (SSRF) due to incorrect classification of IPv4-mapped/NAT64 IPv6 addresses. An attacker could exploit this misclassification to bypass network restrictions and potentially access or manipulate internal resources. This vulnerability can be exploited on any dual-stack host for IPv4-mapped addresses, and for NAT64, it requires a NAT64/DNS64 gateway in the deployment network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
|
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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in pymdown-extensions, a collection of extensions for the Python Markdown library. This vulnerability, known as a Regular Expression Denial of Service (ReDoS), arises from how certain inline processors handle regular expressions. An unauthenticated remote attacker can exploit this by submitting a short, untrusted Markdown line that causes the regular expression engine to perform an excessive number of calculations. This leads to unbounded CPU usage, effectively causing a denial of service for affected web applications or systems that process user-supplied Markdown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
|
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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `ip-address` library. This library incorrectly interprets IPv4 address octets with leading zeros as decimal, while standard network parsers interpret them as octal. This inconsistency can cause applications to misclassify network targets, allowing a remote attacker to bypass security measures like Server-Side Request Forgery (SSRF) filters and potentially gain unauthorized access to internal systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
|
A flaw was found in fast-xml-parser. A remote attacker could exploit this by submitting a specially crafted XML document containing multiple DOCTYPE declarations. These repeated declarations can reset internal entity expansion limits during parsing. This can lead to excessive CPU usage, event-loop blocking, and memory exhaustion, ultimately resulting in a Denial of Service (DoS) for the application processing the XML.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 | — |
Vendor Fix
fix
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": "Updated images are now available for Red Hat Ansible Automation Platform 2.2, which include new features, bug fixes, and enhancements for the Red Hat Ansible Automation Portal bootable container image.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform 2.2 delivers the Ansible Automation Portal\nas a bootable container (bootc) image. The image provides a self-contained automation portal\nwith pre-configured services, dynamic plugins, and support for air-gapped deployments.",
"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:66003",
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12143",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"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-15307",
"url": "https://access.redhat.com/security/cve/CVE-2026-15307"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5079",
"url": "https://access.redhat.com/security/cve/CVE-2026-5079"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54272",
"url": "https://access.redhat.com/security/cve/CVE-2026-54272"
},
{
"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-67422",
"url": "https://access.redhat.com/security/cve/CVE-2026-67422"
},
{
"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-69192",
"url": "https://access.redhat.com/security/cve/CVE-2026-69192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73566",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73569",
"url": "https://access.redhat.com/security/cve/CVE-2026-73569"
},
{
"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://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_66003.json"
}
],
"title": "Red Hat Security Advisory: Ansible automation portal Red Hat Enterprise Linux Images",
"tracking": {
"current_release_date": "2026-09-09T23:16:02+00:00",
"generator": {
"date": "2026-09-09T23:16:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"id": "RHSA-2026:66003",
"initial_release_date": "2026-09-09T13:39:51+00:00",
"revision_history": [
{
"date": "2026-09-09T13:39:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-09T13:40:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-09T23:16:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.2",
"product": {
"name": "Red Hat Ansible Automation Platform 2.2",
"product_id": "Red Hat Ansible Automation Platform 2.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_portal:2.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-automation-portal-rhel9@sha256%3Ac2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9\u0026tag=1788943531"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64 as a component of Red Hat Ansible Automation Platform 2.2",
"product_id": "Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5079",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-06-15T15:02:06.834404+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488927"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer. A remote attacker can exploit this vulnerability by sending a single HTTP request with crafted multipart form data containing deeply nested field names. This can force the allocation of deeply nested object structures, consuming excessive CPU and memory resources. The vulnerability ultimately leads to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via deeply nested field names in multipart form data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Multer, a Node.js middleware for handling multipart/form-data. An attacker can exploit this flaw by sending a crafted HTTP request with deeply nested field names, leading to excessive resource consumption and service unavailability. This is particularly relevant for Red Hat products that expose Multer-based services to untrusted network input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5079"
},
{
"category": "external",
"summary": "RHBZ#2488927",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488927"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5079"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5079",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5079"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-72gw-mp4g-v24j",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-72gw-mp4g-v24j"
}
],
"release_date": "2026-06-15T13:56:45.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "workaround",
"details": "To reduce the impact of this denial of service vulnerability, configure the `limits.fields` option within your `multer` instance to a reasonable maximum value. This action restricts the number of fields processed from multipart form data, thereby limiting the resources an attacker can consume. This partial mitigation requires an application restart to take effect and does not fully prevent the vulnerability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via deeply nested field names in multipart form data"
},
{
"cve": "CVE-2026-12143",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-06-12T19:00:57.360953+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488480"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (\") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: form-data: Form field override via CRLF injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw in the form-data library: a remote attacker can inject arbitrary headers or additional multipart parts via CRLF injection in field names or filenames, potentially overriding sensitive form fields and affecting data integrity.\n\nFor RHOAI and RHEL AI, severity is Moderate because affected versions appear only as a transitive npm dependency in RHOAI (dashboard, mod-arch plugins, MLflow UI) and RHEL AI 3.4 bootc images, and those products use fixed field names for uploads rather than passing untrusted user input as multipart field names or filenames. The documented exploit path is therefore not reachable in default deployments. Practical impact is limited to non-default or custom integrations that forward multipart requests using attacker-controlled field names.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "RHBZ#2488480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488480"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://cwe.mitre.org/data/definitions/93.html",
"url": "https://cwe.mitre.org/data/definitions/93.html"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435",
"url": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229",
"url": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045",
"url": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx"
},
{
"category": "external",
"summary": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data",
"url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/form-data",
"url": "https://www.npmjs.com/package/form-data"
}
],
"release_date": "2026-06-12T18:01:30.362000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "workaround",
"details": "Applications using the `form-data` library should implement strict input validation and sanitization for all field names and filenames derived from untrusted sources. This prevents the injection of control characters (CR, LF, \") that could lead to header injection or form field overrides. Deployments that exclusively use fixed or trusted field names are not impacted.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "form-data: form-data: Form field override via CRLF injection"
},
{
"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",
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"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-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function"
},
{
"cve": "CVE-2026-15307",
"cwe": {
"id": "CWE-434",
"name": "Unrestricted Upload of File with Dangerous Type"
},
"discovery_date": "2026-08-04T17:01:22.074765+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2511095"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. GeoDjango\u0027s spatial lookups can be exploited by a staff user with view permissions who submits a specially crafted spatial-field filter. This vulnerability allows an attacker to write arbitrary files to the server, which can lead to remote code execution. Additionally, it can be used to make outbound network requests, resulting in server-side request forgery.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: Django: Remote code execution via GeoDjango spatial lookups",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products that are built with Django framework do not implement GeoDjango or GIS capabilities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15307"
},
{
"category": "external",
"summary": "RHBZ#2511095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2511095"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15307",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15307"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15307",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15307"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://github.com/django/django/commit/115ffd0463a765ab1cc93de18e94b5459b8a300e",
"url": "https://github.com/django/django/commit/115ffd0463a765ab1cc93de18e94b5459b8a300e"
},
{
"category": "external",
"summary": "https://github.com/django/django/commit/208f80cb682868b584ed0a78f23e4ba6304212aa",
"url": "https://github.com/django/django/commit/208f80cb682868b584ed0a78f23e4ba6304212aa"
},
{
"category": "external",
"summary": "https://github.com/django/django/commit/39b3e2d0c743a338def6c473086ebc06865e86b6",
"url": "https://github.com/django/django/commit/39b3e2d0c743a338def6c473086ebc06865e86b6"
},
{
"category": "external",
"summary": "https://github.com/django/django/commit/f1949c1f9758947ade984c895ff16bef46f56520",
"url": "https://github.com/django/django/commit/f1949c1f9758947ade984c895ff16bef46f56520"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/aug/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/aug/04/security-releases/"
}
],
"release_date": "2026-08-04T15:48:18.829000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "django: Django: Remote code execution via GeoDjango spatial lookups"
},
{
"cve": "CVE-2026-54272",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-07-27T18:01:01.261883+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `ip-address` library. This library, used for parsing and manipulating IPv4 and IPv6 addresses in JavaScript, is vulnerable to Server-Side Request Forgery (SSRF) due to incorrect classification of IPv4-mapped/NAT64 IPv6 addresses. An attacker could exploit this misclassification to bypass network restrictions and potentially access or manipulate internal resources. This vulnerability can be exploited on any dual-stack host for IPv4-mapped addresses, and for NAT64, it requires a NAT64/DNS64 gateway in the deployment network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ip-address: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Moderate flaw where the `ip-address` JavaScript library incorrectly classifies IPv4-mapped or NAT64 IPv6 addresses. This misclassification can lead to Server-Side Request Forgery (SSRF), allowing an attacker to bypass intended network restrictions and access internal resources. Exploitation is possible on dual-stack hosts for IPv4-mapped addresses, while NAT64 exploitation requires a NAT64/DNS64 gateway.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54272"
},
{
"category": "external",
"summary": "RHBZ#2507593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54272",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54272"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54272",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54272"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg",
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg"
}
],
"release_date": "2026-07-27T17:13:09.244000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ip-address: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"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-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-67422",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-06T22:29:11.176663+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2512322"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pymdown-extensions, a collection of extensions for the Python Markdown library. This vulnerability, known as a Regular Expression Denial of Service (ReDoS), arises from how certain inline processors handle regular expressions. An unauthenticated remote attacker can exploit this by submitting a short, untrusted Markdown line that causes the regular expression engine to perform an excessive number of calculations. This leads to unbounded CPU usage, effectively causing a denial of service for affected web applications or systems that process user-supplied Markdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pymdown-extensions: Pymdown-extensions: Denial of Service via Regular Expression Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important as it enables an unauthenticated remote attacker to trigger a Regular Expression Denial of Service (ReDoS) in Red Hat products that render untrusted Markdown via `pymdown-extensions`. Catastrophic backtracking in specific inline processors can lead to excessive CPU usage and service disruption.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67422"
},
{
"category": "external",
"summary": "RHBZ#2512322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2512322"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67422"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67422",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67422"
},
{
"category": "external",
"summary": "https://github.com/facelessuser/pymdown-extensions/commit/c68498598d7b13011bb4571350b6e3612a4ce44b",
"url": "https://github.com/facelessuser/pymdown-extensions/commit/c68498598d7b13011bb4571350b6e3612a4ce44b"
},
{
"category": "external",
"summary": "https://github.com/facelessuser/pymdown-extensions/security/advisories/GHSA-gm37-52c6-37mw",
"url": "https://github.com/facelessuser/pymdown-extensions/security/advisories/GHSA-gm37-52c6-37mw"
}
],
"release_date": "2026-08-06T20:26:31.930000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pymdown-extensions: Pymdown-extensions: Denial of Service via Regular Expression Vulnerability"
},
{
"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",
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"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-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, do not pass untrusted input to the expand() function.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation"
},
{
"cve": "CVE-2026-69192",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-08-03T21:02:17.374935+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510801"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `ip-address` library. This library incorrectly interprets IPv4 address octets with leading zeros as decimal, while standard network parsers interpret them as octal. This inconsistency can cause applications to misclassify network targets, allowing a remote attacker to bypass security measures like Server-Side Request Forgery (SSRF) filters and potentially gain unauthorized access to internal systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ip-address: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in the `ip-address` JavaScript library can lead to Server-Side Request Forgery (SSRF) and trust-boundary bypass. The library\u0027s inconsistent parsing of IP address octets with leading zeros, which it interprets as decimal while the network stack interprets them as octal, can cause applications to misclassify internal IP addresses as external. This discrepancy can bypass security filters designed to prevent access to internal resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69192"
},
{
"category": "external",
"summary": "RHBZ#2510801",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510801"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69192"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/commit/56368cb3d66c73ba0ee9b6b834fd31b22c2fd71e",
"url": "https://github.com/beaugunderson/ip-address/commit/56368cb3d66c73ba0ee9b6b834fd31b22c2fd71e"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/releases/tag/v10.3.1",
"url": "https://github.com/beaugunderson/ip-address/releases/tag/v10.3.1"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-mwp4-54f8-5fhr",
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-mwp4-54f8-5fhr"
}
],
"release_date": "2026-08-03T19:56:13.640000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ip-address: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass"
},
{
"cve": "CVE-2026-73566",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T17:51:27.686658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted long-path tar archive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A denial of service vulnerability exists in the `node-tar` library, affecting Node.js applications that process untrusted tar archives with member selection. A remote attacker could exploit this by providing a specially crafted archive containing excessively long paths, leading to an uncatchable stack overflow and termination of the consuming Node.js application. This is considered Important due to the potential for service disruption in applications handling untrusted archive 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": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "RHBZ#2515509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"release_date": "2026-08-13T17:39:05.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted long-path tar archive"
},
{
"cve": "CVE-2026-73569",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-08-13T18:11:11.490975+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515526"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker could exploit this by submitting a specially crafted XML document containing multiple DOCTYPE declarations. These repeated declarations can reset internal entity expansion limits during parsing. This can lead to excessive CPU usage, event-loop blocking, and memory exhaustion, ultimately resulting in a Denial of Service (DoS) for the application processing the XML.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via repeated DOCTYPE declarations",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability affecting Red Hat products that process untrusted XML input using the `fast-xml-parser` library versions 5.9.3 through 5.10.0. A remote attacker could provide a specially crafted XML document with multiple DOCTYPE declarations, leading to excessive CPU usage, memory exhaustion, and potential service disruption.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73569"
},
{
"category": "external",
"summary": "RHBZ#2515526",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515526"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73569",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73569"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73569"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q"
}
],
"release_date": "2026-08-13T17:45:25.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via repeated DOCTYPE declarations"
},
{
"cve": "CVE-2026-73643",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-08-13T18:11:25.926202+00:00",
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_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-09-09T13:39:51+00:00",
"details": "For more about Ansible Portal Installer Bootc, see References links",
"product_ids": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:66003"
},
{
"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 Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.2:registry.redhat.io/ansible-automation-platform/bootc-automation-portal-rhel9@sha256:c2f8448f0a7a2f3fbbb67befa82c1034fa1ce889ba16a913161d33ebd52017e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via exponential parsing in flow collections"
}
]
}
ubuntu-cve-2026-73569
Vulnerability from osv_ubuntu
fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration's entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-webfont",
"binary_version": "11.4.0+dfsg2+~cs35.7.26-7ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-webfont",
"purl": "pkg:deb/ubuntu/node-webfont@11.4.0+dfsg2+~cs35.7.26-7ubuntu1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"11.4.0+dfsg2+~cs35.7.26-7ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-webfont",
"binary_version": "11.4.0+dfsg2+~cs35.7.26-18"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-webfont",
"purl": "pkg:deb/ubuntu/node-webfont@11.4.0+dfsg2+~cs35.7.26-18?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"11.4.0+dfsg2+~cs35.7.26-13ubuntu2",
"11.4.0+dfsg2+~cs35.7.26-14",
"11.4.0+dfsg2+~cs35.7.26-15",
"11.4.0+dfsg2+~cs35.7.26-16build1",
"11.4.0+dfsg2+~cs35.7.26-18"
]
}
],
"aliases": [],
"details": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration\u0027s entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1.",
"id": "UBUNTU-CVE-2026-73569",
"modified": "2026-08-19T11:11:14Z",
"published": "2026-08-13T18:18:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-73569"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73569"
},
{
"type": "REPORT",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q"
},
{
"type": "REPORT",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-73569"
]
}
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.