Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33036 (GCVE-0-2026-33036)
Vulnerability from cvelistv5 – Published: 2026-03-20 05:17 – Updated: 2026-03-25 13:57- 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 | |
|---|---|---|---|
| NaturalIntelligence | fast-xml-parser |
Affected:
>= 4.0.0-beta.3, < 5.5.6
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-33036",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-25T13:57:14.886976Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-25T13:57:58.233Z",
"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= 4.0.0-beta.3, \u003c 5.5.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (\u0026#NNN;, \u0026#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like \u0026#65; can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process\u2014even when developers have configured strict limits. This issue has been fixed in version 5.5.6."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-776",
"description": "CWE-776: Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T05:17:03.290Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
},
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
}
],
"source": {
"advisory": "GHSA-8gc5-j5rx-235r",
"discovery": "UNKNOWN"
},
"title": "fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33036",
"datePublished": "2026-03-20T05:17:03.290Z",
"dateReserved": "2026-03-17T18:10:50.210Z",
"dateUpdated": "2026-03-25T13:57:58.233Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33036",
"date": "2026-05-20",
"epss": "0.00026",
"percentile": "0.07462"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33036\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-20T06:16:11.630\",\"lastModified\":\"2026-03-23T16:28:10.930\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (\u0026#NNN;, \u0026#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like \u0026#65; can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process\u2014even when developers have configured strict limits. This issue has been fixed in version 5.5.6.\"},{\"lang\":\"es\",\"value\":\"fast-xml-parser permite a los usuarios procesar XML desde objetos JS sin bibliotecas basadas en C/C++ ni callbacks. Las versiones 4.0.0-beta.3 hasta la 5.5.5 contienen una vulnerabilidad de bypass donde las referencias de caracteres num\u00e9ricos (\u0026amp;#NNN;, \u0026amp;#xHH;) y las entidades XML est\u00e1ndar evaden completamente los l\u00edmites de expansi\u00f3n de entidades (p. ej., maxTotalExpansions, maxExpandedLength) a\u00f1adidos para corregir CVE-2026-26278, lo que permite la denegaci\u00f3n de servicio por expansi\u00f3n de entidades XML. La causa ra\u00edz es que replaceEntitiesValue() en OrderedObjParser.js solo aplica el conteo de expansi\u00f3n en entidades definidas en DOCTYPE, mientras que el bucle lastEntities que maneja las entidades num\u00e9ricas/est\u00e1ndar no realiza ning\u00fan conteo. Un atacante que suministre 1M de referencias de entidades num\u00e9ricas como A puede forzar una asignaci\u00f3n de memoria de ~147MB y un uso intensivo de CPU, lo que podr\u00eda bloquear el proceso, incluso cuando los desarrolladores han configurado l\u00edmites estrictos. Este problema ha sido corregido en la versi\u00f3n 5.5.6.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-776\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.0.1\",\"versionEndExcluding\":\"5.5.6\",\"matchCriteriaId\":\"AB9177BC-BACD-4367-9063-398ACE2AB4A7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"2398B145-2ED8-4197-8838-FAE7AD7666E7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta3:*:*:*:*:*:*\",\"matchCriteriaId\":\"44B6C4BE-69F4-4651-80EE-055D1F99F7EF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta4:*:*:*:*:*:*\",\"matchCriteriaId\":\"4B32E8C4-15A7-466D-98A7-9EDD6B45F883\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta5:*:*:*:*:*:*\",\"matchCriteriaId\":\"23CDA792-75FA-48A7-8577-4266A0BFB3A7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta6:*:*:*:*:*:*\",\"matchCriteriaId\":\"D4B7FD7D-0059-4D5B-898D-539AB43AA24A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta7:*:*:*:*:*:*\",\"matchCriteriaId\":\"42844DDE-AD5B-4684-8104-1C2D133C6098\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta8:*:*:*:*:*:*\",\"matchCriteriaId\":\"C045B7F2-16A9-47C9-B08D-71847A940B93\"}]}]}],\"references\":[{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\",\"Release Notes\"]},{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-33036\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-25T13:57:14.886976Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-25T13:57:44.654Z\"}}], \"cna\": {\"title\": \"fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)\", \"source\": {\"advisory\": \"GHSA-8gc5-j5rx-235r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"NaturalIntelligence\", \"product\": \"fast-xml-parser\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 4.0.0-beta.3, \u003c 5.5.6\"}]}], \"references\": [{\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6\", \"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. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (\u0026#NNN;, \u0026#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like \u0026#65; can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process\\u2014even when developers have configured strict limits. This issue has been fixed in version 5.5.6.\"}], \"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-03-20T05:17:03.290Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-33036\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-25T13:57:58.233Z\", \"dateReserved\": \"2026-03-17T18:10:50.210Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-20T05:17:03.290Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-dv49099
Vulnerability from cleanstart
Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "renovate"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "43.4.4-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DV49099",
"modified": "2026-03-23T10:49:42Z",
"published": "2026-04-01T09:31:16.419730Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DV49099.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-64756"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23745"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24842"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33036"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-23c5-xmqv-rm74"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-25h7-pfq9-p65f"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2g4f-4pwh-qvx6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2mjp-6q6p-2qxm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-34x7-hfp2-rc4v"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37qj-frw5-hhjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-38c4-r59v-3vqw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3ppc-4f35-3m26"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4992-7rv2-5pvq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-5j98-mcp5-4vw2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-73rr-hh4g-fpgx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7h2j-956f-4vf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7r86-cg39-jmmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-83g3-92jg-28cx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8gc5-j5rx-235r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8qq5-rm4j-mr97"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8wc6-vgrq-x6cf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9ppj-qmqm-q256"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f269-vfmq-vjvj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fj3w-jwp8-x2g3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jmr7-xgp7-cmfj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-m7jm-9gc2-mpf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-phc3-fgpg-7m6h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qffp-2rhf-9h96"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qpx9-hpmf-5gmw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r275-fr43-pm7q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r6q2-hw4h-h46w"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v9p9-hfj2-hcw8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vrm6-8vpv-qv8q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w7fw-mjwx-w883"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-64756, CVE-2025-69873, CVE-2026-1525, CVE-2026-1526, CVE-2026-1527, CVE-2026-1528, CVE-2026-2229, CVE-2026-2327, CVE-2026-23745, CVE-2026-2391, CVE-2026-24842, CVE-2026-25128, CVE-2026-25547, CVE-2026-2581, CVE-2026-25896, CVE-2026-26278, CVE-2026-26960, CVE-2026-27601, CVE-2026-27903, CVE-2026-27904, CVE-2026-27942, CVE-2026-28292, CVE-2026-29786, CVE-2026-31802, CVE-2026-32141, CVE-2026-33036, ghsa-23c5-xmqv-rm74, ghsa-25h7-pfq9-p65f, ghsa-2g4f-4pwh-qvx6, ghsa-2mjp-6q6p-2qxm, ghsa-34x7-hfp2-rc4v, ghsa-37qj-frw5-hhjh, ghsa-38c4-r59v-3vqw, ghsa-3ppc-4f35-3m26, ghsa-4992-7rv2-5pvq, ghsa-5j98-mcp5-4vw2, ghsa-73rr-hh4g-fpgx, ghsa-7h2j-956f-4vf2, ghsa-7r86-cg39-jmmj, ghsa-83g3-92jg-28cx, ghsa-8gc5-j5rx-235r, ghsa-8qq5-rm4j-mr97, ghsa-8wc6-vgrq-x6cf, ghsa-9ppj-qmqm-q256, ghsa-f269-vfmq-vjvj, ghsa-fj3w-jwp8-x2g3, ghsa-jmr7-xgp7-cmfj, ghsa-m7jm-9gc2-mpf2, ghsa-phc3-fgpg-7m6h, ghsa-qffp-2rhf-9h96, ghsa-qpx9-hpmf-5gmw, ghsa-r275-fr43-pm7q, ghsa-r6q2-hw4h-h46w, ghsa-v9p9-hfj2-hcw8, ghsa-vrm6-8vpv-qv8q, ghsa-w7fw-mjwx-w883 applied in versions: 43.4.4-r0",
"upstream": [
"CVE-2025-64756",
"CVE-2025-69873",
"CVE-2026-1525",
"CVE-2026-1526",
"CVE-2026-1527",
"CVE-2026-1528",
"CVE-2026-2229",
"CVE-2026-2327",
"CVE-2026-23745",
"CVE-2026-2391",
"CVE-2026-24842",
"CVE-2026-25128",
"CVE-2026-25547",
"CVE-2026-2581",
"CVE-2026-25896",
"CVE-2026-26278",
"CVE-2026-26960",
"CVE-2026-27601",
"CVE-2026-27903",
"CVE-2026-27904",
"CVE-2026-27942",
"CVE-2026-28292",
"CVE-2026-29786",
"CVE-2026-31802",
"CVE-2026-32141",
"CVE-2026-33036",
"ghsa-23c5-xmqv-rm74",
"ghsa-25h7-pfq9-p65f",
"ghsa-2g4f-4pwh-qvx6",
"ghsa-2mjp-6q6p-2qxm",
"ghsa-34x7-hfp2-rc4v",
"ghsa-37qj-frw5-hhjh",
"ghsa-38c4-r59v-3vqw",
"ghsa-3ppc-4f35-3m26",
"ghsa-4992-7rv2-5pvq",
"ghsa-5j98-mcp5-4vw2",
"ghsa-73rr-hh4g-fpgx",
"ghsa-7h2j-956f-4vf2",
"ghsa-7r86-cg39-jmmj",
"ghsa-83g3-92jg-28cx",
"ghsa-8gc5-j5rx-235r",
"ghsa-8qq5-rm4j-mr97",
"ghsa-8wc6-vgrq-x6cf",
"ghsa-9ppj-qmqm-q256",
"ghsa-f269-vfmq-vjvj",
"ghsa-fj3w-jwp8-x2g3",
"ghsa-jmr7-xgp7-cmfj",
"ghsa-m7jm-9gc2-mpf2",
"ghsa-phc3-fgpg-7m6h",
"ghsa-qffp-2rhf-9h96",
"ghsa-qpx9-hpmf-5gmw",
"ghsa-r275-fr43-pm7q",
"ghsa-r6q2-hw4h-h46w",
"ghsa-v9p9-hfj2-hcw8",
"ghsa-vrm6-8vpv-qv8q",
"ghsa-w7fw-mjwx-w883"
]
}
cleanstart-2026-gs57401
Vulnerability from cleanstart
Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "renovate"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "43.4.3-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-GS57401",
"modified": "2026-03-19T07:48:38Z",
"published": "2026-04-01T09:43:24.793409Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-GS57401.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33036"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-23c5-xmqv-rm74"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-25h7-pfq9-p65f"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2g4f-4pwh-qvx6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2mjp-6q6p-2qxm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37qj-frw5-hhjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-38c4-r59v-3vqw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3ppc-4f35-3m26"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4992-7rv2-5pvq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7h2j-956f-4vf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7r86-cg39-jmmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-83g3-92jg-28cx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8gc5-j5rx-235r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8wc6-vgrq-x6cf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9ppj-qmqm-q256"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f269-vfmq-vjvj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fj3w-jwp8-x2g3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jmr7-xgp7-cmfj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-m7jm-9gc2-mpf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-phc3-fgpg-7m6h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qffp-2rhf-9h96"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qpx9-hpmf-5gmw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r275-fr43-pm7q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v9p9-hfj2-hcw8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vrm6-8vpv-qv8q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w7fw-mjwx-w883"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-69873, CVE-2026-1525, CVE-2026-1526, CVE-2026-1527, CVE-2026-1528, CVE-2026-2229, CVE-2026-2327, CVE-2026-2391, CVE-2026-25128, CVE-2026-25547, CVE-2026-2581, CVE-2026-25896, CVE-2026-26278, CVE-2026-26960, CVE-2026-27601, CVE-2026-27903, CVE-2026-27904, CVE-2026-27942, CVE-2026-28292, CVE-2026-29786, CVE-2026-31802, CVE-2026-32141, CVE-2026-33036, ghsa-23c5-xmqv-rm74, ghsa-25h7-pfq9-p65f, ghsa-2g4f-4pwh-qvx6, ghsa-2mjp-6q6p-2qxm, ghsa-37qj-frw5-hhjh, ghsa-38c4-r59v-3vqw, ghsa-3ppc-4f35-3m26, ghsa-4992-7rv2-5pvq, ghsa-7h2j-956f-4vf2, ghsa-7r86-cg39-jmmj, ghsa-83g3-92jg-28cx, ghsa-8gc5-j5rx-235r, ghsa-8wc6-vgrq-x6cf, ghsa-9ppj-qmqm-q256, ghsa-f269-vfmq-vjvj, ghsa-fj3w-jwp8-x2g3, ghsa-jmr7-xgp7-cmfj, ghsa-m7jm-9gc2-mpf2, ghsa-phc3-fgpg-7m6h, ghsa-qffp-2rhf-9h96, ghsa-qpx9-hpmf-5gmw, ghsa-r275-fr43-pm7q, ghsa-v9p9-hfj2-hcw8, ghsa-vrm6-8vpv-qv8q, ghsa-w7fw-mjwx-w883 applied in versions: 43.4.3-r1",
"upstream": [
"CVE-2025-69873",
"CVE-2026-1525",
"CVE-2026-1526",
"CVE-2026-1527",
"CVE-2026-1528",
"CVE-2026-2229",
"CVE-2026-2327",
"CVE-2026-2391",
"CVE-2026-25128",
"CVE-2026-25547",
"CVE-2026-2581",
"CVE-2026-25896",
"CVE-2026-26278",
"CVE-2026-26960",
"CVE-2026-27601",
"CVE-2026-27903",
"CVE-2026-27904",
"CVE-2026-27942",
"CVE-2026-28292",
"CVE-2026-29786",
"CVE-2026-31802",
"CVE-2026-32141",
"CVE-2026-33036",
"ghsa-23c5-xmqv-rm74",
"ghsa-25h7-pfq9-p65f",
"ghsa-2g4f-4pwh-qvx6",
"ghsa-2mjp-6q6p-2qxm",
"ghsa-37qj-frw5-hhjh",
"ghsa-38c4-r59v-3vqw",
"ghsa-3ppc-4f35-3m26",
"ghsa-4992-7rv2-5pvq",
"ghsa-7h2j-956f-4vf2",
"ghsa-7r86-cg39-jmmj",
"ghsa-83g3-92jg-28cx",
"ghsa-8gc5-j5rx-235r",
"ghsa-8wc6-vgrq-x6cf",
"ghsa-9ppj-qmqm-q256",
"ghsa-f269-vfmq-vjvj",
"ghsa-fj3w-jwp8-x2g3",
"ghsa-jmr7-xgp7-cmfj",
"ghsa-m7jm-9gc2-mpf2",
"ghsa-phc3-fgpg-7m6h",
"ghsa-qffp-2rhf-9h96",
"ghsa-qpx9-hpmf-5gmw",
"ghsa-r275-fr43-pm7q",
"ghsa-v9p9-hfj2-hcw8",
"ghsa-vrm6-8vpv-qv8q",
"ghsa-w7fw-mjwx-w883"
]
}
cleanstart-2026-sw34937
Vulnerability from cleanstart
Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "renovate"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "43.4.4-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SW34937",
"modified": "2026-03-19T07:58:44Z",
"published": "2026-04-01T09:43:38.907490Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SW34937.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-64756"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23745"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24842"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33036"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-23c5-xmqv-rm74"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-25h7-pfq9-p65f"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2g4f-4pwh-qvx6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2mjp-6q6p-2qxm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-34x7-hfp2-rc4v"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37qj-frw5-hhjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-38c4-r59v-3vqw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3ppc-4f35-3m26"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4992-7rv2-5pvq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-5j98-mcp5-4vw2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-73rr-hh4g-fpgx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7h2j-956f-4vf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7r86-cg39-jmmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-83g3-92jg-28cx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8gc5-j5rx-235r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8qq5-rm4j-mr97"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8wc6-vgrq-x6cf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9ppj-qmqm-q256"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f269-vfmq-vjvj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fj3w-jwp8-x2g3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jmr7-xgp7-cmfj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-m7jm-9gc2-mpf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-phc3-fgpg-7m6h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qffp-2rhf-9h96"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qpx9-hpmf-5gmw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r275-fr43-pm7q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r6q2-hw4h-h46w"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v9p9-hfj2-hcw8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vrm6-8vpv-qv8q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w7fw-mjwx-w883"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-64756, CVE-2025-69873, CVE-2026-1525, CVE-2026-1526, CVE-2026-1527, CVE-2026-1528, CVE-2026-2229, CVE-2026-2327, CVE-2026-23745, CVE-2026-2391, CVE-2026-24842, CVE-2026-25128, CVE-2026-25547, CVE-2026-2581, CVE-2026-25896, CVE-2026-26278, CVE-2026-26960, CVE-2026-27601, CVE-2026-27903, CVE-2026-27904, CVE-2026-27942, CVE-2026-28292, CVE-2026-29786, CVE-2026-31802, CVE-2026-32141, CVE-2026-33036, ghsa-23c5-xmqv-rm74, ghsa-25h7-pfq9-p65f, ghsa-2g4f-4pwh-qvx6, ghsa-2mjp-6q6p-2qxm, ghsa-34x7-hfp2-rc4v, ghsa-37qj-frw5-hhjh, ghsa-38c4-r59v-3vqw, ghsa-3ppc-4f35-3m26, ghsa-4992-7rv2-5pvq, ghsa-5j98-mcp5-4vw2, ghsa-73rr-hh4g-fpgx, ghsa-7h2j-956f-4vf2, ghsa-7r86-cg39-jmmj, ghsa-83g3-92jg-28cx, ghsa-8gc5-j5rx-235r, ghsa-8qq5-rm4j-mr97, ghsa-8wc6-vgrq-x6cf, ghsa-9ppj-qmqm-q256, ghsa-f269-vfmq-vjvj, ghsa-fj3w-jwp8-x2g3, ghsa-jmr7-xgp7-cmfj, ghsa-m7jm-9gc2-mpf2, ghsa-phc3-fgpg-7m6h, ghsa-qffp-2rhf-9h96, ghsa-qpx9-hpmf-5gmw, ghsa-r275-fr43-pm7q, ghsa-r6q2-hw4h-h46w, ghsa-v9p9-hfj2-hcw8, ghsa-vrm6-8vpv-qv8q, ghsa-w7fw-mjwx-w883 applied in versions: 43.4.4-r0",
"upstream": [
"CVE-2025-64756",
"CVE-2025-69873",
"CVE-2026-1525",
"CVE-2026-1526",
"CVE-2026-1527",
"CVE-2026-1528",
"CVE-2026-2229",
"CVE-2026-2327",
"CVE-2026-23745",
"CVE-2026-2391",
"CVE-2026-24842",
"CVE-2026-25128",
"CVE-2026-25547",
"CVE-2026-2581",
"CVE-2026-25896",
"CVE-2026-26278",
"CVE-2026-26960",
"CVE-2026-27601",
"CVE-2026-27903",
"CVE-2026-27904",
"CVE-2026-27942",
"CVE-2026-28292",
"CVE-2026-29786",
"CVE-2026-31802",
"CVE-2026-32141",
"CVE-2026-33036",
"ghsa-23c5-xmqv-rm74",
"ghsa-25h7-pfq9-p65f",
"ghsa-2g4f-4pwh-qvx6",
"ghsa-2mjp-6q6p-2qxm",
"ghsa-34x7-hfp2-rc4v",
"ghsa-37qj-frw5-hhjh",
"ghsa-38c4-r59v-3vqw",
"ghsa-3ppc-4f35-3m26",
"ghsa-4992-7rv2-5pvq",
"ghsa-5j98-mcp5-4vw2",
"ghsa-73rr-hh4g-fpgx",
"ghsa-7h2j-956f-4vf2",
"ghsa-7r86-cg39-jmmj",
"ghsa-83g3-92jg-28cx",
"ghsa-8gc5-j5rx-235r",
"ghsa-8qq5-rm4j-mr97",
"ghsa-8wc6-vgrq-x6cf",
"ghsa-9ppj-qmqm-q256",
"ghsa-f269-vfmq-vjvj",
"ghsa-fj3w-jwp8-x2g3",
"ghsa-jmr7-xgp7-cmfj",
"ghsa-m7jm-9gc2-mpf2",
"ghsa-phc3-fgpg-7m6h",
"ghsa-qffp-2rhf-9h96",
"ghsa-qpx9-hpmf-5gmw",
"ghsa-r275-fr43-pm7q",
"ghsa-r6q2-hw4h-h46w",
"ghsa-v9p9-hfj2-hcw8",
"ghsa-vrm6-8vpv-qv8q",
"ghsa-w7fw-mjwx-w883"
]
}
FKIE_CVE-2026-33036
Vulnerability from fkie_nvd - Published: 2026-03-20 06:16 - Updated: 2026-03-23 16:28| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01 | Patch | |
| security-advisories@github.com | https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6 | Product, Release Notes | |
| security-advisories@github.com | https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r | Exploit, Mitigation, Vendor Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| naturalintelligence | fast-xml-parser | * | |
| naturalintelligence | fast-xml-parser | 4.0.0 | |
| naturalintelligence | fast-xml-parser | 4.0.0 | |
| naturalintelligence | fast-xml-parser | 4.0.0 | |
| naturalintelligence | fast-xml-parser | 4.0.0 | |
| naturalintelligence | fast-xml-parser | 4.0.0 | |
| naturalintelligence | fast-xml-parser | 4.0.0 | |
| naturalintelligence | fast-xml-parser | 4.0.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB9177BC-BACD-4367-9063-398ACE2AB4A7",
"versionEndExcluding": "5.5.6",
"versionStartIncluding": "4.0.1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:-:*:*:*:*:*:*",
"matchCriteriaId": "2398B145-2ED8-4197-8838-FAE7AD7666E7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta3:*:*:*:*:*:*",
"matchCriteriaId": "44B6C4BE-69F4-4651-80EE-055D1F99F7EF",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta4:*:*:*:*:*:*",
"matchCriteriaId": "4B32E8C4-15A7-466D-98A7-9EDD6B45F883",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta5:*:*:*:*:*:*",
"matchCriteriaId": "23CDA792-75FA-48A7-8577-4266A0BFB3A7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta6:*:*:*:*:*:*",
"matchCriteriaId": "D4B7FD7D-0059-4D5B-898D-539AB43AA24A",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta7:*:*:*:*:*:*",
"matchCriteriaId": "42844DDE-AD5B-4684-8104-1C2D133C6098",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta8:*:*:*:*:*:*",
"matchCriteriaId": "C045B7F2-16A9-47C9-B08D-71847A940B93",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (\u0026#NNN;, \u0026#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like \u0026#65; can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process\u2014even when developers have configured strict limits. This issue has been fixed in version 5.5.6."
},
{
"lang": "es",
"value": "fast-xml-parser permite a los usuarios procesar XML desde objetos JS sin bibliotecas basadas en C/C++ ni callbacks. Las versiones 4.0.0-beta.3 hasta la 5.5.5 contienen una vulnerabilidad de bypass donde las referencias de caracteres num\u00e9ricos (\u0026amp;#NNN;, \u0026amp;#xHH;) y las entidades XML est\u00e1ndar evaden completamente los l\u00edmites de expansi\u00f3n de entidades (p. ej., maxTotalExpansions, maxExpandedLength) a\u00f1adidos para corregir CVE-2026-26278, lo que permite la denegaci\u00f3n de servicio por expansi\u00f3n de entidades XML. La causa ra\u00edz es que replaceEntitiesValue() en OrderedObjParser.js solo aplica el conteo de expansi\u00f3n en entidades definidas en DOCTYPE, mientras que el bucle lastEntities que maneja las entidades num\u00e9ricas/est\u00e1ndar no realiza ning\u00fan conteo. Un atacante que suministre 1M de referencias de entidades num\u00e9ricas como A puede forzar una asignaci\u00f3n de memoria de ~147MB y un uso intensivo de CPU, lo que podr\u00eda bloquear el proceso, incluso cuando los desarrolladores han configurado l\u00edmites estrictos. Este problema ha sido corregido en la versi\u00f3n 5.5.6."
}
],
"id": "CVE-2026-33036",
"lastModified": "2026-03-23T16:28:10.930",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-03-20T06:16:11.630",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product",
"Release Notes"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Mitigation",
"Vendor Advisory"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-776"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-8GC5-J5RX-235R
Vulnerability from github – Published: 2026-03-17 19:45 – Updated: 2026-03-25 14:31Summary
The fix for CVE-2026-26278 added entity expansion limits (maxTotalExpansions, maxExpandedLength, maxEntityCount, maxEntitySize) to prevent XML entity expansion Denial of Service. However, these limits are only enforced for DOCTYPE-defined entities. Numeric character references (&#NNN; and &#xHH;) and standard XML entities (<, >, etc.) are processed through a separate code path that does NOT enforce any expansion limits.
An attacker can use massive numbers of numeric entity references to completely bypass all configured limits, causing excessive memory allocation and CPU consumption.
Affected Versions
fast-xml-parser v5.x through v5.5.3 (and likely v5.5.5 on npm)
Root Cause
In src/xmlparser/OrderedObjParser.js, the replaceEntitiesValue() function has two separate entity replacement loops:
- Lines 638-670: DOCTYPE entities — expansion counting with
entityExpansionCountandcurrentExpandedLengthtracking. This was the CVE-2026-26278 fix. - Lines 674-677:
lastEntitiesloop — replaces standard entities includingnum_dec(/&#([0-9]{1,7});/g) andnum_hex(/&#x([0-9a-fA-F]{1,6});/g). This loop has NO expansion counting at all.
The numeric entity regex replacements at lines 97-98 are part of lastEntities and go through the uncounted loop, completely bypassing the CVE-2026-26278 fix.
Proof of Concept
const { XMLParser } = require('fast-xml-parser');
// Even with strict explicit limits, numeric entities bypass them
const parser = new XMLParser({
processEntities: {
enabled: true,
maxTotalExpansions: 10,
maxExpandedLength: 100,
maxEntityCount: 1,
maxEntitySize: 10
}
});
// 100K numeric entity references — should be blocked by maxTotalExpansions=10
const xml = `<root>${'A'.repeat(100000)}</root>`;
const result = parser.parse(xml);
// Output: 500,000 chars — bypasses maxExpandedLength=100 completely
console.log('Output length:', result.root.length); // 500000
console.log('Expected max:', 100); // limit was 100
Results:
- 100K A references → 500,000 char output (5x default maxExpandedLength of 100,000)
- 1M references → 5,000,000 char output, ~147MB memory consumed
- Even with maxTotalExpansions=10 and maxExpandedLength=100, 10K references produce 50,000 chars
- Hex entities (A) exhibit the same bypass
Impact
Denial of Service — An attacker who can provide XML input to applications using fast-xml-parser can cause: - Excessive memory allocation (147MB+ for 1M entity references) - CPU consumption during regex replacement - Potential process crash via OOM
This is particularly dangerous because the application developer may have explicitly configured strict entity expansion limits believing they are protected, while numeric entities silently bypass all of them.
Suggested Fix
Apply the same entityExpansionCount and currentExpandedLength tracking to the lastEntities loop (lines 674-677) and the HTML entities loop (lines 680-686), similar to how DOCTYPE entities are tracked at lines 638-670.
Workaround
Set htmlEntities:false
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "fast-xml-parser"
},
"ranges": [
{
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.5.6"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "fast-xml-parser"
},
"ranges": [
{
"events": [
{
"introduced": "4.0.0-beta.3"
},
{
"fixed": "4.5.5"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-33036"
],
"database_specific": {
"cwe_ids": [
"CWE-776"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-17T19:45:41Z",
"nvd_published_at": "2026-03-20T06:16:11Z",
"severity": "HIGH"
},
"details": "## Summary\n\nThe fix for CVE-2026-26278 added entity expansion limits (`maxTotalExpansions`, `maxExpandedLength`, `maxEntityCount`, `maxEntitySize`) to prevent XML entity expansion Denial of Service. However, these limits are only enforced for DOCTYPE-defined entities. **Numeric character references** (`\u0026#NNN;` and `\u0026#xHH;`) and standard XML entities (`\u0026lt;`, `\u0026gt;`, etc.) are processed through a separate code path that does NOT enforce any expansion limits.\n\nAn attacker can use massive numbers of numeric entity references to completely bypass all configured limits, causing excessive memory allocation and CPU consumption.\n\n## Affected Versions\n\nfast-xml-parser v5.x through v5.5.3 (and likely v5.5.5 on npm)\n\n## Root Cause\n\nIn `src/xmlparser/OrderedObjParser.js`, the `replaceEntitiesValue()` function has two separate entity replacement loops:\n\n1. **Lines 638-670**: DOCTYPE entities \u2014 expansion counting with `entityExpansionCount` and `currentExpandedLength` tracking. This was the CVE-2026-26278 fix.\n2. **Lines 674-677**: `lastEntities` loop \u2014 replaces standard entities including `num_dec` (`/\u0026#([0-9]{1,7});/g`) and `num_hex` (`/\u0026#x([0-9a-fA-F]{1,6});/g`). **This loop has NO expansion counting at all.**\n\nThe numeric entity regex replacements at lines 97-98 are part of `lastEntities` and go through the uncounted loop, completely bypassing the CVE-2026-26278 fix.\n\n## Proof of Concept\n\n```javascript\nconst { XMLParser } = require(\u0027fast-xml-parser\u0027);\n\n// Even with strict explicit limits, numeric entities bypass them\nconst parser = new XMLParser({\n processEntities: {\n enabled: true,\n maxTotalExpansions: 10,\n maxExpandedLength: 100,\n maxEntityCount: 1,\n maxEntitySize: 10\n }\n});\n\n// 100K numeric entity references \u2014 should be blocked by maxTotalExpansions=10\nconst xml = `\u003croot\u003e${\u0027\u0026#65;\u0027.repeat(100000)}\u003c/root\u003e`;\nconst result = parser.parse(xml);\n\n// Output: 500,000 chars \u2014 bypasses maxExpandedLength=100 completely\nconsole.log(\u0027Output length:\u0027, result.root.length); // 500000\nconsole.log(\u0027Expected max:\u0027, 100); // limit was 100\n```\n\n**Results:**\n- 100K `\u0026#65;` references \u2192 500,000 char output (5x default maxExpandedLength of 100,000)\n- 1M references \u2192 5,000,000 char output, ~147MB memory consumed\n- Even with `maxTotalExpansions=10` and `maxExpandedLength=100`, 10K references produce 50,000 chars\n- Hex entities (`\u0026#x41;`) exhibit the same bypass\n\n## Impact\n\n**Denial of Service** \u2014 An attacker who can provide XML input to applications using fast-xml-parser can cause:\n- Excessive memory allocation (147MB+ for 1M entity references)\n- CPU consumption during regex replacement\n- Potential process crash via OOM\n\nThis is particularly dangerous because the application developer may have explicitly configured strict entity expansion limits believing they are protected, while numeric entities silently bypass all of them.\n\n## Suggested Fix\n\nApply the same `entityExpansionCount` and `currentExpandedLength` tracking to the `lastEntities` loop (lines 674-677) and the HTML entities loop (lines 680-686), similar to how DOCTYPE entities are tracked at lines 638-670.\n\n## Workaround\n\nSet `htmlEntities:false`",
"id": "GHSA-8gc5-j5rx-235r",
"modified": "2026-03-25T14:31:39Z",
"published": "2026-03-17T19:45:41Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
},
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"type": "PACKAGE",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser"
},
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v4.5.5"
},
{
"type": "WEB",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)"
}
OPENSUSE-SU-2026:10462-1
Vulnerability from csaf_opensuse - Published: 2026-03-30 00:00 - Updated: 2026-03-30 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "heroic-games-launcher-2.20.1-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the heroic-games-launcher-2.20.1-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10462",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10462-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33036 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33036/"
}
],
"title": "heroic-games-launcher-2.20.1-4.1 on GA media",
"tracking": {
"current_release_date": "2026-03-30T00:00:00Z",
"generator": {
"date": "2026-03-30T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10462-1",
"initial_release_date": "2026-03-30T00:00:00Z",
"revision_history": [
{
"date": "2026-03-30T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "heroic-games-launcher-2.20.1-4.1.aarch64",
"product": {
"name": "heroic-games-launcher-2.20.1-4.1.aarch64",
"product_id": "heroic-games-launcher-2.20.1-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "heroic-games-launcher-2.20.1-4.1.ppc64le",
"product": {
"name": "heroic-games-launcher-2.20.1-4.1.ppc64le",
"product_id": "heroic-games-launcher-2.20.1-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "heroic-games-launcher-2.20.1-4.1.s390x",
"product": {
"name": "heroic-games-launcher-2.20.1-4.1.s390x",
"product_id": "heroic-games-launcher-2.20.1-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "heroic-games-launcher-2.20.1-4.1.x86_64",
"product": {
"name": "heroic-games-launcher-2.20.1-4.1.x86_64",
"product_id": "heroic-games-launcher-2.20.1-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "heroic-games-launcher-2.20.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.aarch64"
},
"product_reference": "heroic-games-launcher-2.20.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "heroic-games-launcher-2.20.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.ppc64le"
},
"product_reference": "heroic-games-launcher-2.20.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "heroic-games-launcher-2.20.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.s390x"
},
"product_reference": "heroic-games-launcher-2.20.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "heroic-games-launcher-2.20.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.x86_64"
},
"product_reference": "heroic-games-launcher-2.20.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33036",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33036"
}
],
"notes": [
{
"category": "general",
"text": "fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (\u0026#NNN;, \u0026#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like \u0026#65; can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process-even when developers have configured strict limits. This issue has been fixed in version 5.5.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.aarch64",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.ppc64le",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.s390x",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33036",
"url": "https://www.suse.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "SUSE Bug 1259974 for CVE-2026-33036",
"url": "https://bugzilla.suse.com/1259974"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.aarch64",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.ppc64le",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.s390x",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.aarch64",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.ppc64le",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.s390x",
"openSUSE Tumbleweed:heroic-games-launcher-2.20.1-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-30T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33036"
}
]
}
RHSA-2026:12277
Vulnerability from csaf_redhat - Published: 2026-04-30 11:25 - Updated: 2026-05-21 07:19A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:12277 | self |
| https://access.redhat.com/security/cve/CVE-2026-27942 | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | external |
| https://access.redhat.com/security/cve/CVE-2026-33186 | external |
| https://access.redhat.com/security/cve/CVE-2026-34986 | external |
| https://access.redhat.com/security/cve/CVE-2026-4800 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-4800 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2453496 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-4800 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-4800 | external |
| https://cna.openjsf.org/security-advisories.html | external |
| https://github.com/advisories/GHSA-35jh-r3h4-6jhm | external |
| https://github.com/lodash/lodash/commit/3469357cf… | external |
| https://access.redhat.com/security/cve/CVE-2026-27942 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2442938 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-27942 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-27942 | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2449458 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33036 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33036 | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://access.redhat.com/security/cve/CVE-2026-33186 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2449833 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33186 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33186 | external |
| https://github.com/grpc/grpc-go/security/advisori… | external |
| https://access.redhat.com/security/cve/CVE-2026-34986 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2455470 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34986 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34986 | external |
| https://github.com/go-jose/go-jose/security/advis… | external |
| https://pkg.go.dev/github.com/go-jose/go-jose/v4#… | external |
{
"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.20.10 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.20.10 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-6171: RHODF 4.20.10 release\nDFBUGS-6016: Backport to odf-4.20.z [GSS] No public access to buckets after ODF upgrade to 4.20\nDFBUGS-5941: Backport to odf-4.20.z [External Mode]: noobaa-default-backing-store is in creating state due to \"CheckExternalConnection Status=UNKNOWN_FAILURE Error=SELF_SIGNED_CERT_IN_CHAIN\"\nDFBUGS-5818: [Backport to odf-4.20.z] [IBM_Support][Fusion HCI]\"storageclient-xxxxx-status-reporter job\" doesn\u0027t inherits the tolerations defined in \"ocs-client-operator-controller-manager\" deployment\nDFBUGS-5801: [Backport to odf-4.20.z] must-gather causes default RGW pools to be created and PGs to be stuck at 1 \nDFBUGS-5115: [csi] Handle race conditions during relocate/failover of RBD based workloads\nDFBUGS-4747: Unable to select NAD from dropdown list when creating storage cluster when using Multus\n\nCVEs:\n==========\nCVE-2026-4800\nCVE-2026-34986\nCVE-2026-33186\nCVE-2026-33036\nCVE-2026-27942",
"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:12277",
"url": "https://access.redhat.com/errata/RHSA-2026:12277"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33036",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_12277.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.20.10 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-05-21T07:19:41+00:00",
"generator": {
"date": "2026-05-21T07:19:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:12277",
"initial_release_date": "2026-04-30T11:25:14+00:00",
"revision_history": [
{
"date": "2026-04-30T11:25:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T14:12:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-21T07:19:41+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.2",
"product": {
"name": "Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Adfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Ab16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Af399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ad0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Abfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Acbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Ae6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Ad9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Af6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Aa1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3Ac3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-operator-bundle@sha256%3Aeae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3Abd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ad56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Ac0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Afd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775823207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3Ae7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776421567"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Adbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Abd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3Ab2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ad669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ac8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ae9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Ab196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775823207"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Adb57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Af9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Adfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ab6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ae238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ad219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ac7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3Ad6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3Ac809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Abbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ae2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Ab388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775823207"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776403991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Af567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775822689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776404131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Aefe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3Af72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Abd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3Ad8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Af383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Afc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776406594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1775823207"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:25:14+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.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12277"
},
{
"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.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-27942",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-26T03:01:53.367202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442938"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw affects the XML builder component of the fast-xml-parser library and is triggered only when the preserveOrder option is explicitly enabled. In Red Hat\u2013shipped configurations, this option is not enabled by default, and the vulnerable code path is therefore not exercised under typical deployments.\nThe underlying issue results in uncontrolled recursion leading to a stack overflow condition, which causes the application to terminate unexpectedly. While this can be triggered via crafted input, the impact is limited strictly to denial of service (DoS) and does not provide a mechanism for arbitrary code execution, privilege escalation, or data disclosure.\nFurthermore, exploitation requires that the affected application processes attacker-controlled XML input through the XML builder functionality with the specific vulnerable configuration enabled. This significantly reduces the attack surface and introduces environmental constraints not considered in the generalized NVD scoring.\n\nGiven the absence of confidentiality and integrity impact, the requirement for non-default configuration, and the limitation of the impact to process termination, Red Hat considers the practical risk to be lower than the NVD assessment. As such, this issue is classified as Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "RHBZ#2442938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27942"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3"
}
],
"release_date": "2026-02-26T01:22:11.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:25:14+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.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12277"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, configure applications using the `fast-xml-parser` XML builder to set the `preserveOrder` option to `false`. Alternatively, ensure that all XML input data is thoroughly validated before being passed to the builder to prevent the processing of malicious or malformed content.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
},
{
"cve": "CVE-2026-33036",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-20T06:02:18.306021+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "RHBZ#2449458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33036"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
}
],
"release_date": "2026-03-20T05:17:03.290000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:25:14+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.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12277"
},
{
"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.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:25:14+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.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12277"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:25:14+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.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12277"
},
{
"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.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:f399b7669f82d8c7261202abec0cbfd3b2fac76709a70fb2a513b4b11fade258_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:2cebd0dc24a731f2c2d33a7b1930d9bf65845ab83817775d378c07630a1e55c1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:54beb2645e89c0ad54c9d454cf9976bbdbe8d39f7de7087a99d7a5a0fa8db535_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:b16e684d89de40f241e55d95da5f4fccc66822a660e5acd3be981b71b5057702_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:f9b729a5ea810214412e82fab3bfe36602f6cba9a07e6eb0bc2032c5dc556e17_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1838b85d294f260d3cbbcdeabb19bcd0c3fb1f0ce31c5676dfa48b10ad8d59b7_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6dbbc46f47994ad8bcf29f040b64a9b9c17c161ba9babfea3ce1c8a15fec32af_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:db57ed5bd968276e033a68a90f369dd41708dc6404db38c1d9b2a07a8327499a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:dfdf81ab0ca1b4c8155b8b37db728aa37c3b708e8621995da9cbd576086954c3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:411aa11f920b73eb4cdf4afa7948e5e3bd161e4f8068b8349025368ee0806013_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5516d05155406fa1183a4f913d420ec8c382b6aeeba2c69c0184dbdf78e95eb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:7248ed40e12d7fb5881f9d76aa01ea43a3095c9ecac5854303f732043ada3917_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ea7c225e4acb2eec25cb48e6068c08ae077beee67458ae58e3465851940fd81d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:bfaf01516833acaf30eb30165f66687f122fa5fa5a66d87ff623a5c9eda9faf3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1ed70f06ed113964103868d57e983e06f1473500040d2d6c0a5bd27e2385bf7f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:326f6201fe88992855a8f945f4c40f62d1a2e8fb83c38cb77b769b2889627f4e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:40b71d0ac98a372943219f0a138dc08d7f4e6d3c4337e0787463f86b4bb28c07_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d0645cfddaf15cbb47ea1755ea118e607f11b4f32ab3fb4f87c53b52de7bbcdd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:459ee750a0ab1209540ad9c09b090beffd5da246aeb7171993c7812652cfd82e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8427b24d33a5f1c51e1314194be758c501be31b0b5ec53f256871a0d8dc82621_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cbdb7a6550b3723f7dfcf5abfae878860c6101df8a6429a596c5a0c58486c3bd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:dfc04028f84b17339c8950c890bd27f55169e3aa60b9555fea15f2c2cb720c1b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:d9dfc4f0b824dc259a0b53d143446a67a9356dc28cfd78e3e3ed452b24b98e5f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6bcaee8923f89346dad8e9830cf17e115c86668525f644d11fbaf9608b4df9fc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:dbf5873f3b7025e31a09a502da82a0c2a49ffd636c2f1186a418b1b327c3e30f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e6fc86165dcd9f9239f11d7792cf51e84275091b7864c7b3cb24f23a33f5aa2c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f567517ba81297b4be348c9fe9960d14b758ae2fb7b0c7d38389b05bc445f86b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55c1db11abb65030a27ace0692b24ac91d591fe7279cc699647bb7e47377ee46_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6df05909b32cea6072f7e93f62ea6092dd6644505b7c377a41b7eafddd98e957_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7d523dd4c352ef043c07f9810123e6b47e742f397bdb9b1cc4e08023b227914a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:99d3ef22e7c1fb683d763fedea4c717cc76179d842d87cfc4c4d785c079d100a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4d9bae0cd399ae2f3abdc4f6dc53eca6c71fef9c7d921eb39b9d3f97ecad35f1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:290886aae2f0bbc4e6f1f467a0e0d3c97b0dc9b58a69790e03a89e4f48313a84_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:33524dbe3e6a8ea5a4573f54ac87c9333a321957e2dc8ed5b2ed4fb243e27415_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3acdc5008849e5bb20a2406aa528404a2a4eec7a89fff16f12ee8cd23c87d036_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:f6300b99193451cddf3ebb85d90bcffc7987cc7979e7769129e8a71bcc0d483d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:7bb28eb1a25ac829ea643483baabbafa2ea112c17120a4c53282dd0f97ca63ba_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b6b6acd8570515bccb7c0cf73f27ad5a05e1f7f345b70103a8b3d85b5ae6ca50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bd30dd3c0f10a7419e36a029680d10d6f721e15ea33cc4ea4d3cc41a287ece36_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:efe81953f21b32ba1b29eaa92d2244dab0a9ea284ddf7aacc61e74100585aa02_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:277d1eaae6422e7f41455d99758ab29c46c4821fc8cd86bf10926aab6d951a2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:94a3152a0b5e36e451eeaa5ea7c4e3809e36c5c00c18374f735cbed8a1822afe_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:b2f540a01874e37e654d6fd6b3b82cf44e5b1f2b082204d7acd6238e342967d4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:f72bfba5f4053f1b391f7685dc9ee695730fd31e0bde1eea71eb06e4c6d4cf31_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:09ca4236d6a93ebd832a34c1dbe7d0573ca3ebc59cf8dcc022a8f488621563d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:4d6fa3682bb01bd64a39783effb46db3b89c36a7d7c7f3e7823aa16e1e0cd72d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d669926876f84572caa5a621f7ee9235b1053c45de194b7860b2e1395ebc8082_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e238ac1267655df4fd45ebc66439868db43eeaa5bc433b3dfde5cc22b2a20232_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:a1fcec9d7bf0f9a8b45b1c09e1ff1243b7ee38b84ed2871e51cd0aba73d70ad5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bd3d9988d56a356ce751aa23a13629b040c6a640510a62d9f44ba2ec6638f42b_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:c8f37c4f2c9b9514dfbbd9c8b9750e4e9ca88dfff344f9cc1157906d5629e6c0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d219427149a475f140e807b8857be4f02e36f8d50cf18efa6261f96d644f0fb7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:4d780ab20b7998b60929a666468ffc046d4666403abfcfc01dd7b5b614d42890_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0ace2dc69d65bfc51b7880e7941c074b042ce0c9a49f34206ae8ed3b7a1cb025_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1e3aa2c95f6f35c8e8b9b39c5be3d3973d5286670753f6512681c138ef607dd3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:52cba988a8921d60c6df8696ade7fd4d1821bfae7413c1954c66c7d2d468950f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:663d9f1fb160f3decbe4632c10d7bcc9d5199e16f4852b04c5ff0c6664dcf3a6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:28e0cdc61c5a12d138e66fc6bdb4ea0030caa5cb8b034b76ea67bba2b5048dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6a887845fef9147f78cfc7b4f1fba122ffefa12752946dee511125f0c0b55596_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9de6f10311e67ba6bde3fcf931f9897eaeb57ff913347e5de56395325996fb1d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c7ca47572158a28244b3d7499e34dfcbc594fd33486d04a874208ea5ad89e9a9_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:c3501a4b1fd5e64bad66d33ad935dce0fcf0ce3f93a675307de24e9d28acec62_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:eae7a90a03414eef2ab3362a25b4b9d413e538a4eef7d47dc280de5debad8199_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:64cdfd8f4b7c842b988a11903cdfaeb4baa2d2f12fedaa096e6ffc94030a77ad_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:854c6d155c6442c99aec35ceb552235987d1de7756b2d9c72b206665bb01e205_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d6c2411860abc7384d952eed842f476458f3b39390135265b9a06cbc1ac60a35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:d8ff504a5f6ca122aa77e14747f84a83e364cc66bef41b15c74728aca04eadcb_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:156811bdba65e7ced33bb7d3ff71506d1d78c2e2f0fda3bdd01accbb094acda6_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:31bb2758db9da44709ba59570e808b82a3458addfa513099523bc7133bbad7f6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bd3a127dfadd64db95256b3f3f59367b4c96a55a9eea8e1a8f43e9275a182db6_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:c809f04640fa5e6c5fc8e9f790aff4815970858c8ca602c3d4df8d8419938b72_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:45b498b5de373bf3a7101d76934b3f76408622a7685cbd95eef95cb11fe19bda_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4646ea21ea9ccc878d00b2e80a0907b86f1f040e33e3eedbf73f00fca30f6afb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:902d24cabb545dd2c3733f9e581a667e42d9c037e1b36ced286bbd33a96a72e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:bbeff98f4b1ea5cdcf1caa48e4c4a4759f26bd842419504e5b1c8052ec3f15d4_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c0769c4621ab8938cfb2b944667688672f91b876b7ef18049c3d3747bc18387a_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:214f23d8bf8f2bb65d5acabed9e472273e2c1a7f491bc4a1160be00271c4d490_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6386865e6ae9af348a73037f84f6e54966db2dae7d92cab9a60e4a84c41a4d8d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:d56bc824fa29256432ee11bcfe8f02470ea26426325e051999850c060924b303_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e9c762bc0f9d434b26c6b3bcbda8497ece5fd4950175ad5cf2a5644d6ec107f4_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:00f2a47ffea5073c05243284e5ca20ac857dd32a26dd56accb1a56582dc76932_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:9f35ca7b6fa656d736212c67542a90e2ae8c309ae12022069bac2b2e15485e3c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbe10b9fcd98c5f0664d8da1721d5b1f5716f56235b787644ff679c8c7cf5e90_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:f383e1eee810782738f72ef20199b4aeed135a0b212a3d2643fa819ae22c8fb4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:10e60baa58116db95e0e3b6c40dae2cac88f4644a3eaf97c083a75e902b17efd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:20c6adec557c3cd67cb1d12045f6f5fa7e963c55a7d46b4ef71787dfcc5f57f2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7ce08cf45e20158ad659f4bdb6dbb6484a571b80d527d5c45c9c084e9e952561_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b196a7facda4b3f566f24b5db7df494fb0d82f0dc5b5f9afa5cd133e01db5e3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fc4aac367b91ca2b4f32ee35a65c6253b56cf46a1a5e306751c9c2202d38e9e6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fd0fb5a3115891a4dcf5490c0367b39881a6b61ad88a79296db1244d7e6004ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:70a9b212fab45493ff6f0b4c0fbd9255111d656463843b111f292cbe2c33a055_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:3a5201adc62745a4c9a3656653677e77ee941d6aa2e7b2de6d4662c233341ee4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7ca2fba8c84300eb2cdefe81694a0ed353c459e7756bf20899458e0e00647ba8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:28a44bbff9dbf22ca1484307315486be544db85b7f360c14e088b9773962ee7b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6cb63f18acb165bd9589b128de594240bb4f7f1a0183fa63c72377747109e916_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:88cd3da421ce5ee14181adf8269b3cd0a3381ee6779389e5c29017a6b2a95615_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2ae238f722ac958428aa2940da68411f2f32d50f13cbcfdd69b6f69258ca996_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:e7983abe73794c327473cb3056d298d7804cf5c81309e6e7a097a273ceeabc73_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:57885eca4ccdd9d8aadf44bea1820c9c8657f82ea2f6b86404605306a867c77e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:74d3b56ef65426ded5c0ed4b555fbacdc656cd45dcdf8981486e2beb00c5e30e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7c77a79652c74698069c7c3564f11af4813a1d89598e64756113b9854c547658_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b388ff69995a583fb53ceb606a83d6a532751cee5480ef96d7a330a1a7b20429_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:12279
Vulnerability from csaf_redhat - Published: 2026-04-30 11:36 - Updated: 2026-05-21 07:19A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:12279 | self |
| https://access.redhat.com/security/cve/CVE-2025-58183 | external |
| https://access.redhat.com/security/cve/CVE-2025-61726 | external |
| https://access.redhat.com/security/cve/CVE-2025-61729 | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | external |
| https://access.redhat.com/security/cve/CVE-2026-33186 | external |
| https://access.redhat.com/security/cve/CVE-2026-34986 | external |
| https://access.redhat.com/security/cve/CVE-2026-4800 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-58183 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2407258 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-58183 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-58183 | external |
| https://go.dev/cl/709861 | external |
| https://go.dev/issue/75677 | external |
| https://groups.google.com/g/golang-announce/c/4Em… | external |
| https://pkg.go.dev/vuln/GO-2025-4014 | external |
| https://access.redhat.com/security/cve/CVE-2025-61726 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2434432 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-61726 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-61726 | external |
| https://go.dev/cl/736712 | external |
| https://go.dev/issue/77101 | external |
| https://groups.google.com/g/golang-announce/c/Vd2… | external |
| https://pkg.go.dev/vuln/GO-2026-4341 | external |
| https://access.redhat.com/security/cve/CVE-2025-61729 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2418462 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-61729 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-61729 | external |
| https://go.dev/cl/725920 | external |
| https://go.dev/issue/76445 | external |
| https://groups.google.com/g/golang-announce/c/8FJ… | external |
| https://pkg.go.dev/vuln/GO-2025-4155 | external |
| https://access.redhat.com/security/cve/CVE-2026-4800 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2453496 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-4800 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-4800 | external |
| https://cna.openjsf.org/security-advisories.html | external |
| https://github.com/advisories/GHSA-35jh-r3h4-6jhm | external |
| https://github.com/lodash/lodash/commit/3469357cf… | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2449458 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33036 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33036 | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://access.redhat.com/security/cve/CVE-2026-33186 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2449833 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33186 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33186 | external |
| https://github.com/grpc/grpc-go/security/advisori… | external |
| https://access.redhat.com/security/cve/CVE-2026-34986 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2455470 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34986 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34986 | external |
| https://github.com/go-jose/go-jose/security/advis… | external |
| https://pkg.go.dev/github.com/go-jose/go-jose/v4#… | external |
{
"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.19.15 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.19.15 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-6345: RHODF 4.19.15\nDFBUGS-5942: Backport to odf-4.19.z [External Mode]: noobaa-default-backing-store is in creating state due to \"CheckExternalConnection Status=UNKNOWN_FAILURE Error=SELF_SIGNED_CERT_IN_CHAIN\"\nDFBUGS-5819: [Backport to odf-4.19.z] [IBM_Support][Fusion HCI]\"storageclient-xxxxx-status-reporter job\" doesn\u0027t inherits the tolerations defined in \"ocs-client-operator-controller-manager\" deployment\nDFBUGS-5800: [Backport to odf-4.19.z] must-gather causes default RGW pools to be created and PGs to be stuck at 1 \nDFBUGS-4440: [4.19][ROSA HCP][UI]Bad gateway on Storage System creation wizard\n\nCVEs:\n==========\nCVE-2026-34986\nCVE-2025-61726\nCVE-2026-33186\nCVE-2025-61729\nCVE-2026-4800\nCVE-2025-58183\nCVE-2026-33036",
"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:12279",
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33036",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_12279.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.19.15 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-05-21T07:19:41+00:00",
"generator": {
"date": "2026-05-21T07:19:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:12279",
"initial_release_date": "2026-04-30T11:36:26+00:00",
"revision_history": [
{
"date": "2026-04-30T11:36:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T14:12:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-21T07:19:41+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.19",
"product": {
"name": "Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Add40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3A05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Abc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Aba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Af069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3A18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Aa0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Aa0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3Ab1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Ade97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Af2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710298"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ade4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Ab7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ae047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Aa928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Afb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ae6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ab24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3Ac9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ae58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Afbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Af101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ad26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ade3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Af7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-33036",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-20T06:02:18.306021+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "RHBZ#2449458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33036"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
}
],
"release_date": "2026-03-20T05:17:03.290000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+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.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:17547
Vulnerability from csaf_redhat - Published: 2026-05-14 11:46 - Updated: 2026-05-21 02:41A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64 | — |
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:17547 | self |
| https://access.redhat.com/security/cve/CVE-2025-61729 | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | external |
| https://access.redhat.com/security/cve/CVE-2026-34986 | external |
| https://access.redhat.com/security/cve/CVE-2026-4800 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-61729 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2418462 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-61729 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-61729 | external |
| https://go.dev/cl/725920 | external |
| https://go.dev/issue/76445 | external |
| https://groups.google.com/g/golang-announce/c/8FJ… | external |
| https://pkg.go.dev/vuln/GO-2025-4155 | external |
| https://access.redhat.com/security/cve/CVE-2026-4800 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2453496 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-4800 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-4800 | external |
| https://cna.openjsf.org/security-advisories.html | external |
| https://github.com/advisories/GHSA-35jh-r3h4-6jhm | external |
| https://github.com/lodash/lodash/commit/3469357cf… | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2449458 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33036 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33036 | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://access.redhat.com/security/cve/CVE-2026-34986 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2455470 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34986 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34986 | external |
| https://github.com/go-jose/go-jose/security/advis… | external |
| https://pkg.go.dev/github.com/go-jose/go-jose/v4#… | external |
{
"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.18.20 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.18.20 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-6235: [4.18] [ROSA HCP][UI blocker] Broken Storage System wizard\nDFBUGS-6185: ocs-operator should not use image gcr.io/kubebuilder/kube-rbac-proxy\nDFBUGS-6172: RHODF 4.18.20\nDFBUGS-5939: Backport to odf-4.18.z [External Mode]: noobaa-default-backing-store is in creating state due to \"CheckExternalConnection Status=UNKNOWN_FAILURE Error=SELF_SIGNED_CERT_IN_CHAIN\"",
"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:17547",
"url": "https://access.redhat.com/errata/RHSA-2026:17547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33036",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_17547.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.18.20 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-05-21T02:41:08+00:00",
"generator": {
"date": "2026-05-21T02:41:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:17547",
"initial_release_date": "2026-05-14T11:46:25+00:00",
"revision_history": [
{
"date": "2026-05-14T11:46:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-14T11:46:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-21T02:41:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.18",
"product": {
"name": "Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Abfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778044961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Aa33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Afad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Aab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Adb24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Abf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ad9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Ad64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3A558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ae8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Aef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Ac3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aa249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778047999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778048002"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Ace15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778044961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ab423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Aec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ade408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ad6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ac7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046079"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778044961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Af6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Ae33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Adc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Adb8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Aa22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aeda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Aff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Afc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778046079"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778044961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Ae6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ac987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778045931"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T11:46:25+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.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T11:46:25+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.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17547"
},
{
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-33036",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-20T06:02:18.306021+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "RHBZ#2449458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33036"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
}
],
"release_date": "2026-03-20T05:17:03.290000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T11:46:25+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.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17547"
},
{
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T11:46:25+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.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17547"
},
{
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a33a373914b9eb2ea271e8b3301598d0bb3fb98a782ad702f192d9bd1ff4c3a1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:46748251be5edd0f4f95c428805ab301d780a53c0b971b29320022cb419e617c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:90dbb2d2ceb32e43f0c6cace5577b334ff24668c2ccc856021c8783f080afeee_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9cfaf068461013f6a57f35eba7569a5fbc547d44f7d41fba8b66a1ab54dfefbf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bfb9d3a0a263b4df2ec5f3b8ec50005908e1d53cdb79a4cf0f47549f175fd8c5_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4fa3d35d6a129ff865be3cb7d0ed8a8a1d7171e447d3c7a24eb80321ebfb5c09_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:617e508dec70b2a6c487ca529121c84a2d84c0c3de0093c153d37b744a1e9422_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ce15dfc0be507039379451792186dfef6b203c8243e1931886344006f2a9d565_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:04bb02437d6202fe5ed384d626dd0953f70689f68cd71a0d027ccb80fbcee64f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6620c020e6706ebfb7a4267dcc0106f913d37f7274af1c21dab5096bf1b9dc31_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f6df78dce17d45a8d8160895d03da954443904f7a3d0211ffb1973fc9375ce88_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:fad44ef494f51a96438fe77c3bbdf3a1175057504293103edb49b1bbdcfceae8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3b1f9772e8ffba1d4cc664fbec3a7c43b13887d0dddaa33a7f3412529c94a379_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:3e8979947f6eed5d98a84b708a776bbb6d5948b83c8fdfad79f5e8238cdb6988_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:56323010958a7a0b769d363cce7ba224bed26db91d9e9149624e5658d098d8f0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:883a1e88a497e6c04e5079f2f698c12901f07577e02ba1fd003c5171581687f7_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:371c2ab993d019f1389d32f97a3ce88e5b80a5f89a21a4344f8be2035b0a101d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4353b412c55a8891f7fbc4129343cc923b3f9d926f5409833ac6c30db33a9156_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b423a54741e203c436d711b38ee96a096a3c318a53a8623a6df1bec1b6f1b470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:7c0ba4f6576b19ab7282686998e768a2862e8e84825d6c117e2397c1a35dd69f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:470404644ec1f361908e5297b6f423a89ba3cca23d4d5d3bcb4a64b397fe9ecf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7eca67fe1b479eafe4f20cc92f30147f2391ea71e920edae7b738c448fa47aed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:81233957911937ee5f92451c000ea74632017a67ffe1763d6f8ec2e31b4c8177_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:8c963cf57c9bd34720cabdefdff27f6489116fff47ff213eeea80e187e230503_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ab213ac11247b14abc62ef19c4d5b3ec0bba8f5b2b64d40511b3563e38beee0f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e33377b818b1dd9879d5beb5133ec7b0d06310dee9e8959e5381169254a5303a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:ec4a752f159c7e8e49eecc57f54093f6bcf7c9094e67172643336c1fce443a92_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:6025f18fc328f63338f1141e67bcd265d977d6b7ea27058c8bcc2c3a61963063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:08577b1c1c19e28ccf2a8869763ac00a4989ad788f996a15f3f43f37e592144d_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:db24a8872b11b037d3fe3f4668d647581ac4616056ec0b6c4e4eb43f99103a12_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:dc18e6116cc971b488a970d9f26a7100cfdd4b2b6c954911871ccbf3e5f35497_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:de408884837ef1d376953d3ba8e3aaa239010d81dbd003691d3fcbfdaa0173a3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:130b51d933da64ad628e90256ac9078f40f5f1731790e6e10ec2121896301a4c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1394eac1737349543479874581d70c4d899c65be4d5d40e8fb67719ac804805c_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:bf38e6ffae553be8e1461a8260bd3643f47cc0fafc7763a11c17e3d431346ca4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:db8c3c8cbd0f13862a57f23a33437bec9b8abf096a21bc391d33ee9ec9f009be_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:049dbc959f598e9930f5914917917cc37adeac0e46db91304ab0a80af69c29e9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:1d21b0d6a7c8cbe06432584f6d7561b7d0164837c2da3fbd35f4c48f76cbcdc3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:d9b564b1db00799969478cea93430d2bf235186300bf3e064366e93857a9ead1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:61dea3bf0cbdd0bad6ca4b7d75d0786af505d3b0b72571caf1252ebc67c4cd01_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:67a0369ac2db433dbbce36449dc773197a46545e7236eab3ca2b29570d75e9f2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:6eff18745e52801a8bc8dab90ce3306308d8e750dd34b4addbd40b6aea7b7d13_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:d64f2f778ec16206e4020f327a9e92372dd3dc60004c31cd7ace3bf98ab50a2e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:24dd21d060a2ad6499c40b35d24e0a213480613a0b025ba1b8fdd0aac1fb7615_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3a1025441992212cf9c1aa0fdbaa4a8915f507770702f1076f69f1be901e6283_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:5872dc8964de563f3cc99613327641e87fd4e349f93f1b6aff6de8b80329cf33_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:e6658b2b3624a0217622a9dfbde1a545ea2c4b23255c994ad053574a759c1732_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:098ff956773f197e9bca0184ce40d95c91e152409259671509ce599ea9a7ba48_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b5d850dec6b70c33775b93cd5b78ea29126b98a339314b5eaa8f184ad24480f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aa55aaffdbe9bdcfc2d45a961dea50ed23762eaf7914be8aa3c9121f034bfa_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a22e1ecf7eb3249620ba9d21ea23a657dcce2684c8b62fbb282039acd26e7b7b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:558965991ee19a601e2fe7fcbb6939c752a7188e5a0c087635f93a24f823e814_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2603c7829a98a1ebca680b13c02a5c18ded0e27731491bd809c13d7b0d94c372_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:377934d6e8f287fbb0db886b74b7f8d57c7a3c5aec5e92dda3dd92a61484f0c8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d6dd5f0b4704aa54cb12bd16b22ccace3b435b473bd5dba5fe90f57b10dc7ff2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:ef6718a76ec9daddec7a0ae42634c927552ec6f0f5745ad2fe27d9782a128cb8_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:7447af3378e071997edf2281f3985b132fcfccb4a2d5b8c4ac85fff3df7097b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:c987206b838433271788faa35539f1709e8e5811a244e4555456f930da1a286f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e8b6bc30a149c2a726c2105b943a835525c2817932bb180c275efeef9595b178_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:eda936b1f7d1ea5f82248f38c437748dbf5bb569f2d4f342fde000815144d8b5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:85993de0ef7dac3d128afec3ff4486d2a7032727c50a644406d6329801c70822_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:88a2b71d81bf338e121cfa10005687b0239bc060dac7b27a237f1c8c5d89be06_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c7061f74c4096f5f7523cb660447ac3fd1fb2c0ee689a8b45592c0289a537c7c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:ff507d76ad27b0e8cc110ba17b984eac410be92dd7a8abe41cb9ef35a9d703d2_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:2c40486e9c1f851881dcf707b3566eab01032da9959be55822b935e7958ba229_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:6fdb82ba9aca56ec5a9a90b5745e80424f386fb298e1315479725d755bb7818b_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0a8a6e42943be25153f6de778a1070579817292addb90eeb7c7550eb97fd9498_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0d9b556ffacfddfd2b23d16ecddc154c05c25bfee0cd854699e8fcb59989f165_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2eedc191fee7f433a5456642ec866e956c308bce8f5694380ab21c0050e9ecb8_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:86375669e6973e765e85d8a4429718432e7bdd12cf046d1a6f6d71822b65eda3_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:02b1578548ba0c024013a4ac7029779da43cc0e5079d949823f82652582ffacd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:c3a32aee822fb37a5e6dc3b7f56803575a93edab363c3d494e00bea7b6da485f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:07b118f7ef86facd65b189aa6a97ea745340ca7eb50cbc68f5d576657b6b8d96_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4eb218ba3fcd2f462b67f78db9517ada3ac3c35caf5b1d68f94d276f7a7acdbf_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:611924fea133ee7818505d6e33d2a308e62f5a3d69c115c4956beb99865fe2eb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a249096a74cfcea9853aeb140db25c22d2169a7abd98412fb51de37c464131d1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:fc748f43ad1fa8e6b8e4b3eb74ff5eb728cc2e605ed4067740ab2edec806fa26_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:92c6b922006d79a476e0f4a04bf04495f12d9ecf8653fa7274cfb0c3481c3630_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5f7f9d50839445cf74eaeeaaa19a7abc72c6149eb4886c4558caae933ad425ae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8c57b16bc05880e2497b6013803e0a8d5a9070abdd01e1bbec0655125b540a3a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:9b2a8eedc72619f5ca7cbbe6a8d54735494bd66eb57f3fb899d67187d2a43892_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:17549
Vulnerability from csaf_redhat - Published: 2026-05-14 11:50 - Updated: 2026-05-21 02:31A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:17549 | self |
| https://access.redhat.com/security/cve/CVE-2026-33036 | external |
| https://access.redhat.com/security/cve/CVE-2026-4800 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-4800 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2453496 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-4800 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-4800 | external |
| https://cna.openjsf.org/security-advisories.html | external |
| https://github.com/advisories/GHSA-35jh-r3h4-6jhm | external |
| https://github.com/lodash/lodash/commit/3469357cf… | external |
| https://access.redhat.com/security/cve/CVE-2026-33036 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2449458 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33036 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33036 | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
| https://github.com/NaturalIntelligence/fast-xml-p… | external |
{
"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.16.26 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.16.26 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-6193: Backport to odf-4.16.26 ocs-operator should not use image gcr.io/kubebuilder/kube-rbac-proxy\nDFBUGS-5940: Backport to odf-4.16.z [External Mode]: noobaa-default-backing-store is in creating state due to \"CheckExternalConnection Status=UNKNOWN_FAILURE Error=SELF_SIGNED_CERT_IN_CHAIN\"",
"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:17549",
"url": "https://access.redhat.com/errata/RHSA-2026:17549"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33036",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_17549.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.16.26 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-05-21T02:31:13+00:00",
"generator": {
"date": "2026-05-21T02:31:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:17549",
"initial_release_date": "2026-05-14T11:50:27+00:00",
"revision_history": [
{
"date": "2026-05-14T11:50:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-14T11:50:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-21T02:31:13+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.16",
"product": {
"name": "Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ab82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3A44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Ad6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Abc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Ac8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ad2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ac62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778078096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Ac2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Aaa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aeefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3Af000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3Ac8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778079418"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ab7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Aee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Acae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Aec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778078096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aa74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077839"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Af771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ad753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ad5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Aa90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778078096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Ab60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aa9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077839"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ad143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778076861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Af842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Afe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ac5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1778077737"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T11:50:27+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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17549"
},
{
"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.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-33036",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-20T06:02:18.306021+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "RHBZ#2449458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33036"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
}
],
"release_date": "2026-03-20T05:17:03.290000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T11:50:27+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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17549"
},
{
"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.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1f667d61ae5529b52b7537b23a290cdca9e91133864f2ff7518b2480cdbc40b7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2810bac86702f5bbbd727a12e99da6976f6166f1da9f01eb4d35ae41f381bbbe_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8f5f80623fb00df86739b4d32fa50fdcffc7a68f0895eb40db5867e76ee8630c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3a9e650dc700faace1b7d599278b12bdf074a02eddbcb1efc2351b6f77472bc7_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:4635e9284dc4d215ac452eb152b14009ff239f3ec50eff4e6325d0e7d55e2d31_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f771d1fea7a88644164e85139f130fc9be24ee6bfce654e37681e0d5f22e5310_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:44606b5b4632120cefebc7d319957945a7b3612309e0305e0465d5d33278518e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:1facb3f3c57272706e1313a8ce2a4b3764b78e2cb8829082db9fbced2431a8b2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b7f926dbd219b0fed4b4281ca01621512a9a3bdc67278f481892f1ee8dec293b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b82562b8ae40af8096c5744223f7c06897a3b271b03ecd9bf1b03c563e671272_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:d143712b074ec9605568f4c9a636a3658819438f49de72b452ab4e123d5abec6_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:12a906ca4e071316e22b2960931f24da4042267ae78103c52e32e7d7d5e0534a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:1eacd0e1955894ab65a0f3a0ebec0c07ed9d27e74ac30b65404e5a97cfb3c223_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4f5f506f9773667fa5fceadf0c1cc96793d1577a48af7d98958f32afba062a8e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc27a59bd22a0d899c801e116f1d7c0710e21f9cdba852cf42152f7e5d1bd793_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:06f56561d2a470ca2bf03c17cc5f15d0534c80ca600ebddf4f62a8a29ddf0c18_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3367e3826c640c0c65ee53d8ef29f47cfba50f49373382b7d8c0dcb6a17abf36_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ca101c54a0514e10ae8125002cfb63c1d48d88c8bf49b5fa6f7b96a527f3527_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:d6e19cf7e9e1f3011bf7f04f5544cce4bb1c90269d7d912431005421a201641d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:37f2798d3763aae733494ff714156c5e145a936473e4a536badbdfcb673ddb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:6f74c913e7c2780103d9d8bf5ae17044197ba3f83ed46f27a1d557d265410113_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:8cfeadba40de68afbd97024f9213d9fa96876493d9dcc9c591bfcf236a1c044e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c8085ccd0d99548e839483b87e69547fbe378bff8b37211ffeb8389531dfe6df_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7a442df31d13ba3d69018b23d7c4076e9d094ee47ff9c1fc7803affe5e97d007_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:87a3472fcb82be818426331848735f92c789c1dfe965ac7f0dbe4daa870150c4_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:893c35db502f94ccc75da10f156916fec510b98f4eebbc38eed1decde1a47522_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:8eb5edd07cdaa478e7ee712b958f0342846584568a77fb3c3327409975c68a1d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:2e839867cca1cc39a461542169767279c6795b92df43a48532333971c5d09fd7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5ac89ac1c3ed0f0e742f68ef9c5b34fed7bc1e5bee0b1e7d26e33a0e40c17dd0_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d2c0ace7f5b85445ccfdd5a6f7f559a47bcea69a8add1a10dcfccbab1304a446_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d753c77cec1e82afa50e8a05c484e65e7baee96b7194dceddc12200e24dd9bec_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:33cfcf356f9f7ae4d1f1a7bd107f0d407501907d6b5eed00fbfbe144ac2bcb80_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8212e7f217403ab6c0976d4334bc63eb351bf4cbbec8ef6fdaae2780eca910c2_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:8910623fcc5f7fd512982c7e7fe113c46743f70f3271ea079f7d4c918d2c5b57_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0e2df078c49db28a6ececbac9cbd45449839373f32ac74deee1c47ed77ceeeac_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4758bf2992a6a944e1d31f906313aab7ef53cfe3b5fe66ab9f46b9c371e511a9_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:d5452a73687b90e803cd2221f154a9d5a6a405e555cff74f89f87ff0b1546801_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:45402b11f94bcd5492cd123f7dd5c0b11404d654777a02e1417090e36d90372d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1db16701f99d692523e736cb5c9dd8ec68b21aa60a5f306a4199f4b01797999f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:a90c6f04d429120b01848d7fc50f1a2f81d0904fe53470ac188d25be6fed53f0_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ee5c86ff2ce057cc0d822c7cea090abc28e5afea9182f697bddfc167ed291be4_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:f842750dfbc65fd6b6e65bab9f222d782beffdf30c472f02b55e4e7c5d53c148_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:954d8eef488c360ebad9c6e7b2742562f44a3283c548c4f4d7a47f6aaa4e04c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:95ffe995bcb04138b9467c608ef17a075fd736f78fe812a305392829f6fbaeb9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:c62d43eaae85e4c3f792ada41f4f1b4a4735c4e17ccecaeb5ab9045c0b2c8a78_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cae34e131bf044ba6e01dea1bff333b2ae60fbeeb3196335d64cde1c177d55e1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:201fb06ee8e17c85d63a9660905473c9d453909b3f783eac10009aab1ae69fee_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:9bbbaa50b51eb1d5f785d61b07af6bab90b9beebe93a8d52a20b6f5f1500004b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ec12fe180f74c21979b442a7d17fdaac16bef23a545f223609115ec1aca4dde8_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:c2461cd6fb57f74d0e949d4fd471b5aef009eacbd2b89a80409ee95d364c5079_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:0a3ab773b9c5bda711b733683d1e4c8638c719429c816aa41ce5ee52ff567b35_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:14f6056e58043e64d4d2576b571348c551f11e76525d41a55d4c44727ed077e3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:6e1ce2c9b757ea4e52ba57ad23027f96569c005af09f5b9b78392c07c3482225_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:70550977bdfe0163cd70c46bebbda8a93818c31f3f0fda13379ea4972d8dcbe9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2f98be0dbd6632a8d392479a3bf3e0ff12f93375a02047f33f7facdf514a6115_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5fa08953cdc720f0d0e00fd0062ff3d73b893dc624a9b61eab5b5f220c5c102c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7612815beb60bab09b3dc6e7ce9d6e8c195f12851a5ebada6c06366e949c1f33_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7c2cc43a00957f118cbc7fab06bac151ad21c473f14bc48f9094e6ccf7009d1f_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:0d273f5f08659092b7ed2e17309d90d628ab7fbb9ae5fe0dadfadf97590214ad_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:9642639609da47576dbf990c755de0e41a3c490df951e44a4533ed340cdc5664_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:409b60582c0230e63ff8762c38d6e7665ebe68c74efc03681ad233bce0468097_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:7aa804ceca935a5328d58aad98b7e5bb8307b59a4975c8f6e30b5a2ba5fc4726_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:b60856d48c2161e882aa69a986093e81a56fbc30ff00ba6c2cb1109c1ba63d2c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:fe85b0ef0b8ba8e4a1edfca4d27e3b617b72c7e378b613a198cd4d135daa08e9_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:8c689a05157adea1ed2b68410f6fb808de2e9b8547bca1c4ca8c18d11deac289_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:aa8a06dbd133aabb23966fea9776493bae1c07b5048c2792904fff5ad79d2e3e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:f000c9b9b4c767f2eb1be21d349c44a4b1dec87cadb76d35a51e00f69d46059a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a74e39bc7b86fab7e0678a88a8e50ba92e72db814ddd58f2bbe23d752f5acaa6_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a9bdc32b5c9ffd21b001f70f54c4ca62f5ebc404cd4f59c1673e0a01748e4121_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c5cae4ed7aea8a9cbd262dc812e60a2978d90dfc57c9aa29fe98de9a45b2c3cc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:eefb19d5dc85f73700558ae3b2d2d2cc2ca76ac4a66a37d2f213549070647b68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:c8d9eb70ad505e9c534accd440b6f49f3deeb77b95cc246e7fda6fdd35f0aa39_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4f5c55eed3777f233b4f8f3bd08a2572de8af916d1f9b3383e07c87a6162e5bc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bba2f2af830aff203009d5c3d36eaa34563fb1f7710b6c4e7bee929046577b7_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8aece18718f95b5bcb9987023823e9ad7d0904685df51ed099250850a800be0e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass"
}
]
}
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.